Page 20 - Xamarin Android Application Development
P. 20
ListView 16
need to do a different way to display data.
Not so difficult, just create another class which would be derived from the abstract class BaseAdapter.
The following properties and methods are implemented once you inherit the class.
The following modifications are done to the class, which is self-explanatory.

