India get’s Android 2.1 upgrade for HTC Hero
What a good morning it is! I thought, I HTC hero would never get a firmware upgrade, and I would be stuck with Android 1.5 forever. But, this morning, I… Read more »
What a good morning it is! I thought, I HTC hero would never get a firmware upgrade, and I would be stuck with Android 1.5 forever. But, this morning, I… Read more »
Passing data between activities is quite easy. You would normally do that using the Bundle packed into an intent. But sometimes you need to pass complex objects from one activity… Read more »
Handling HTML content on a TextView is simple as far as the HTML coming in contains a few tags that are by default supported by Android. Simple formatting like bold,… Read more »
I have seen a few applications which first try to initiate a network connection before checking if any network is available or not. And then, if the request fails, they… Read more »