Chapter 4. Adding a List View
In this chapter, we finally get to what many of you have been waiting for, developing the user interface. We will walk you through the activities related to creating and populating a ListView
, which includes the following topics:
- Creating the POIApp activity layout
- Creating a custom list row item layout
- The
ListView
andListAdapter
classes - Extending
BaseAdapter
to provide data to theListView
widget - Working with web services in Xamarin.Android
- Working with the
ActionBar
menu options - Handling list item click events
- Handling the network state