开发者

listview of images

开发者 https://www.devze.com 2023-02-15 23:29 出处:网络
开发者_开发问答using listview i want to view the images in list. each row has one imageI would to the following:
开发者_开发问答

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....

0

精彩评论

暂无评论...
验证码 换一张
取 消