forked from codepath/android_guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Sample Android Apps
Nathan Esquenazi edited this page Nov 28, 2013
·
2 revisions
One of the best ways to learn about Android is to checkout Android code in the wild. The following is good Android sample code to review:
- Beginner Android Samples
- Drawables and Styles Demo
- Animations and Gestures Demo
- Custom Views Demo
- Services and Notifications Demo
- Unit and Integration Testing Demo
- Contacts Loader Demo
- Google Maps Demo
- Master-Detail Demo
- Tons of examples from commonsguy
- Novoda Android samples
- Android Snake Game
- Android Rest Client Multi-Service Demo