android-custom-array-adapter-demo
android-custom-array-adapter-demo copied to clipboard
Android demo of how to populate a ListView with custom adapter
Android Custom Adapter Demo
This sample shows how to display a ListView based on an array data source using a custom layout template for displaying each item. In this case, there is a User
object with a name and hometown being displayed into a ListView.
See the Custom ArrayAdapter cliffnotes for the related guide.