- Goof around with Android [1]
- Example apps that show the usage of different parts of Android
- Apps taken from the Coursera Course Programming Mobile Applications for Android Handheld Systems [2]
- The Activity Class
- App that has a button to start a new activity. Counts the number of calls to the callback functions
- Intents
- App that has a button with an explicit intent and another with an implicit
- Permissions
- App that gets all the bookmarks from your browser and start a new activity with the necessary permissions
- The Fragment Class
- App that list artists in one fragment and shows their tweets (local list) on another
- User Interface Classes
- App that manages a todo list
- Notifications
- App similar to 4. but that downloads the tweets remotely and notifies the user when the download is complete
- Graphics
- App that creates bubbles where you tap and pops them if you tap them again. The velocity/direction of a bubble can be changed if it is flinged
- Location
- App that gives you badges for you current position. Simple Fourquare
- ContentProvider
- App similar to 8., but uses a ContentProvider to store the badges.
- iRemember Part I (Project)
- App to put to use all that was learned before. List of Stories that have a name, video, audio, photo, date, location and time. Edition of those stories and searching for them
- iRemember Part II (Project)
- App that represents the ContentProvider for the Part I of the iRemember project, 10..
- [1] Android Documentation
- [2] [Programming Mobile Applications for Android Handheld Systems] (https://class.coursera.org/android-001)
by Daniel Cardoso