Introduction - If you have any usage issues, please Google them yourself
To list the data is displayed on the screen, we want to use the ListView control, when a user retrieve data the , you want to bind data to the display control, how to bind it, we need to create an adapter bound , create an adapter in two ways:
The first is to use SimpleAdapter creation (requires data binding is List <HashMap <String, Object >> data types)
The second is to create SimpleCursorAdapter (requires data binding is Cursor data type)