Is there any cheat sheet available for Android programming. Most commonly used classes with package description, just like a reference sheet would be nice.
+3
A:
For a concise list of Android recipes check out Damon Kohler's blog. He covers Intents, Wifi, Notifications, Alerts, Location, SMS, and Sensors in less than four pages.
Tim Kryger
2010-04-20 01:49:07
A:
Check out android development fundementals. The activity lifecycle section describes the methods to override in an activity. Activity lifecycle
Frenkenstain
2010-04-21 14:02:49
+1
A:
Here is a list of common tasks on the android platform, each has an explanation and typically an example.
Tarmon
2010-04-21 23:46:17