Skip to content Skip to sidebar Skip to footer

Custom Listviews, 3 Strings Per Item?

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

Solution 1:

For doing this task you have to create your own custom list view, Custom Adapter.

See the example here.

saigeetham blog. Saigeetham blog will help you to find what you want.

Post a Comment for "Custom Listviews, 3 Strings Per Item?"