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.
精彩评论