Custom Item in ListActivity on Android
- by Honza Pokorny
Hello everyone,
I've spent hours reading through the SDK reference, googling and reading tutorials - but I still can't figure it out.
I would like to know how to create a custom list item in the ListActivity widget on Android. Something similar to a Twitter client interface. Each list item has different types of text, possibly an icon, etc.
Does anyone know of any resources that would help me understand the process of creating something like that?
Any guidance would be appreciated. Thanks