开发者

ListView With checkbox and images in android

开发者 https://www.devze.com 2022-12-30 18:41 出处:网络
please someone help me about this. i need to i开发者_开发百科mplement a list view with checkbox and each item should be assosiated with images.

please someone help me about this. i need to i开发者_开发百科mplement a list view with checkbox and each item should be assosiated with images. ex:

[image1] list_item_1       [checkbox]
[image2]  list_item_2      [checkbox]
                   '
                   .
                   .

please help me


You need to create a ListAdapater as a kind of "template" for the items in the ListView. You might want to take a look at this other similar question.

0

精彩评论

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