Related Posts
Quick Peek at the next generation of FrostWire for Android (1.0.x)
Try the Android 1.0.0 beta installer Here’s a sneak peak of the next generation flagship file sharing client for the mobile world. This next generation will include a brand new user interface with a more streamlined experience, you’ll be able to search, access and consume your files better than ever with FrostWire for Android, which […]
Droid vs Nexus 1: Who can calculate MD5 faster?
Nexus 1 indeed. 17 files get their MD5 calculated on the Droid and 17 files get their MD5 hash calculated on the Nexus 1 Nexus 1 pwns. Here’s the code in case you’re curious. [java] public void onClick(View v) { _logTextView.setText("MD5 Benchmark on " + Build.DEVICE + "nn"); if (GlobalVariables.APP_CONTEXT == null) GlobalVariables.APP_CONTEXT = getApplicationContext(); […]
Using a linear array as a bidimensional matrix
Often times I find the need to use a list or linear array as if it was a table. Everytime I need to do so, I always end up coding functions to convert a (x,y) coordinate to the real index n in the array. Let me illustrate, with an example. You have a string that […]
