Page 17 - Xamarin Android Application Development
P. 17
ListView 13
As you see, unlike ListActivity, we have other controls in the Activity.
Display Entity Collection
In real time, we would be displaying a collection of entity. Here, we would display a collection of
some entity in ListView.
Let’s start with creating the following Person entity.
The Person entity class is located under Model.

