Android Market on Emulator (2.2)
It’s been some time that I had tried getting the Market up and running on a 2.2 a.k.a Froyo emulator. On a previous post, I had described how to setup… Read more »
It’s been some time that I had tried getting the Market up and running on a 2.2 a.k.a Froyo emulator. On a previous post, I had described how to setup… Read more »
This is a simple project that will explain how to use animations in android through AnimationDrawable. The documentation was a bit outdated. But you might hit a dead-end if you… Read more »
Here comes a new update to the ADT plugin for eclipse and SDK tools. After you update the SDK tools(r7) from the Android SDK manager or otherwise, you would be… Read more »
So, Android phones are done. Now’s the time to give the iPads a rest. If you would like to develop applications for Android Tablets, you need to get a few… Read more »
This is a pretty handy API that you can use to write a string of information to a file on the device. It doesn’t need a StreamWriter or BufferedWriter or… Read more »
I never noticed, or realised how an application’s UI would render when the orientation changed, since most of the time I tested my apps on the emulator. But one fine… Read more »