How to add EditText in listview and get its value dynamically in all the rows?

前端 未结 3 1002
暖寄归人
暖寄归人 2020-12-31 12:09

I have Checkbox and EditText and a Textview in a listView. It gets value for the text view from a list. Checkbox will be checked dynamically. In the same way EditText also c

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 13:05

    you can achieve this using the custom list view.

    find the example of listview with edittext is here

提交回复
热议问题