Create Contact - Creates a contact from an external application which provides additional validations. Based on Activities and Intents
Movie Database Application. Stores movie information in a custom AdapterViews which on click display the full information. Context Menus and overflow menus are ## implemented.
App that uses Fragments and Broadcast Receivers. Two apps, Client and Receiver. The Client opens the receiving app only if the required Permissions are granted. The Recieving app uses Fragments. The fragemtns change behavior upon the change in configuration. Portrait or Landscape.
Music Client and Service. This uses broadcast Receiver to invoke the service app. The service app runs the music in the background making use of the MediaPlayer. The app uses Bound Service and AIDL.