All Projects → codepath → android-custom-array-adapter-demo

codepath / android-custom-array-adapter-demo

Licence: other
Android demo of how to populate a ListView with custom adapter

Programming Languages

java
68154 projects - #9 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].