listview of images
using listview i want to view the images in list. each row has one image
I would to the following:
- Write a custom ArrayAdapter for the Listview
- pass an Array of Images or ImageURLs to you Adapter
- Inflate the ListViewRows with you custom implementation - hence an image
I would recommend http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/
As a starting point. Since you are not giving additional information, there is not much more to do for me - except writing the code for you....
精彩评论