how to add a checkbox in a listview?

后端 未结 5 1183
长发绾君心
长发绾君心 2021-01-06 15:34

i have a question, been stuck for a while, i dont know how can i add a checkbox in the list, for example if I have a list of items i want to be able to check them. my xml c

5条回答
  •  感动是毒
    2021-01-06 16:10

    I recommend you watch this video from the android dev site on how to Make your Android UI Fast and Efficient. It will give you code to solve your problem and show you the proper way to implement your adapter to make sure it's as fast as can be.

提交回复
热议问题