简体   繁体   中英

make a rich list view of items with thumbnails in android

I am working on an android project for which I need to create a listView. The items in the listView will have a thumbnail, title and a short description. I read up on listViews in android but they only seem to produce a title for an item. How do you create much more richer items?

You will need an adapter for the listview. Example here: http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM