How would I create custom listviews in Android? I've got items which have a title, smalltext and description. I'd like to create a listview from them where each item is the triple title, smalltext, description that would look like
**Item Heading**
Description bla bla bla
small text
**Item Heading**
Description bla bla bla
small text
**Item Heading**
Description bla bla bla
small text
How would I achieve this?