Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 467 Bytes

File metadata and controls

7 lines (4 loc) · 467 Bytes

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.

Screen

See the Custom ArrayAdapter cliffnotes for the related guide.