Android ListView
Create
- Create ListView in code
- Change ListView Divider Height
- Config ListView layout in XML
- Enable filtering support on ListView
Row
- ListView with custom Row
- ListView with TextView as cell renderer
- Attach TextView to empty ListView
- Attach empty view for ListView for empty ListView adapter
- Custom ListView item
- Use Context menu to control ListView
Data
- Extends ArrayAdapter to create Iconic Adapter for ListView
- Load items in the strings xml File to ListView
- Display all contacts in a ListView
Event
- Check Which Items Are Selected in ListView
- Listen to list item clicked event for ListView
- Select multiple items in the ListView
- Add menu to ListView