Continuing our tutorials on Android here at JavaCodeGeeks, I am going to provide a number of articles on how to build a full Android application from scratch. The app will mainly be useful for performing movies and actors lookups.
The TMDb API will be used for searching and links at the mobile version of IMDB will be provided. All the app development lifecycle will be presented and useful tips will be given along the way. Stay tuned!
UPDATE: List of Parts
- Part 1: Main Activity UI
- Part 2: Using the HTTP API
- Part 3: Parsing the XML response
- Part 4: Performing the API request asynchronously from the main activity
- Part 5: Launching new activities with intents
- Part 6: Customized list view for data presentation
- Part 7: Using options menus and customized dialogs for user interaction
- Part 8: Creating an AppWidget for the home screen
Related Articles :
- Android Text-To-Speech Application
- Android Reverse Geocoding with Yahoo API – PlaceFinder
- Android Location Based Services Application – GPS location
- Install Android OS on your PC with VirtualBox
- Embracing the Android awesomeness: A quick overview
Related Snippets :





