Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple apps used to learn android. examples taken from the Coursera Course "Programming Mobile Applications for Android Handheld Systems"

Notifications You must be signed in to change notification settings

gigacardoso/Android101

Repository files navigation

Android 101

Goal

  • 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]

Applications

  1. The Activity Class
    • App that has a button to start a new activity. Counts the number of calls to the callback functions
  2. Intents
    • App that has a button with an explicit intent and another with an implicit
  3. Permissions
    • App that gets all the bookmarks from your browser and start a new activity with the necessary permissions
  4. The Fragment Class
    • App that list artists in one fragment and shows their tweets (local list) on another
  5. User Interface Classes
    • App that manages a todo list
  6. Notifications
    • App similar to 4. but that downloads the tweets remotely and notifies the user when the download is complete
  7. 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
  8. Location
    • App that gives you badges for you current position. Simple Fourquare
  9. ContentProvider
    • App similar to 8., but uses a ContentProvider to store the badges.
  10. 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
  11. iRemember Part II (Project)
    • App that represents the ContentProvider for the Part I of the iRemember project, 10..

References

by Daniel Cardoso

About

Simple apps used to learn android. examples taken from the Coursera Course "Programming Mobile Applications for Android Handheld Systems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages