Android List View Example
A ListView in Android is a scrollable item that is displayed using an Adapter from an array or database. An example of this is the messaging system of a mobile phone.
In this tutorial, I will show you the basic of ListView. To avoid complex code, I will simply use an array instead of database to display the item in our ListView.