#Android Tutorial ##Tutorial 1: Building Your First App This is a modified version of the android tutorial from the android development website. See AndroidTutorial1.
##Tutorial 2: ListView, ArrayAdapter, Dialog and context menu This tutorial uses a ListView, a ArrayAdapter and a Dialog in order to manipulate a list of movies.
See AndroidTutorial2.
Other links:
##Tutorial 3: Simple JSON/REST example This tutorial uses the REST/JSON web service geonames.org. It uses a http client to access the json web service api to resolve placenames based on postal codes.
See AndroidTutorial3.
###Screenshots
Other links:
##Tutorial 4: A simple customized list row view In this tutorial a ListView is used with a customized list row to show the daily meals of a canteen.
##Tutorial 5: Extended customized list row view
TODO