Cheatsheet for Android programming? [closed]
开发者_如何学编程
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionIs there any cheat sheet available for Android programming. Most commonly used classes with package description, just like a reference sheet would be nice.
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.
I think this could be useful.
It's a brief summary, but could be interesting.
Here is a list of common tasks on the android platform, each has an explanation and typically an example.
I made this one based on my notes from getting started:
http://francisshanahan.com/index.php/2011/android-development-cheatsheet/
Check out android development fundementals. The activity lifecycle section describes the methods to override in an activity. Activity lifecycle
精彩评论