Book Image

Xamarin Mobile Application Development for Android, Second Edition

Book Image

Xamarin Mobile Application Development for Android, Second Edition

Overview of this book

Table of Contents (18 chapters)
Xamarin Mobile Application Development for Android Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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 and ListAdapter classes

  • Extending BaseAdapter to provide data to the ListView widget

  • Working with web services in Xamarin.Android

  • Working with the ActionBar menu options

  • Handling list item click events

  • Handling the network state