-1

i want to create a List View in android studio and use Imageview or Imagebutton as Checkbox plz help me,

if user clicked on the image, item show as checked , infact i want use a imageview as check box

like this picture

enter image description here

smaznet
  • 196
  • 2
  • 8
  • 4
    What have you tried this far? It's commonly expected that questions in StackOverflow show some effort in terms of actual code. So, maybe try some programming on your own, and then ask specific questions concerning parts you have trouble with. Consider putting aside a few minutes to take a look at [some guidelines about asking questions](http://stackoverflow.com/help/how-to-ask) too. –  Mar 11 '16 at 13:14

1 Answers1

1

as answer for this question, you need to create customlistAdapter:

so you can design your own list layout in xml file and put it in layout folder then use it as a listview layout. if its true anser, please duplicate the question with the link anser

Community
  • 1
  • 1
Omid Zamani
  • 414
  • 1
  • 3
  • 15