Android: EditText in ListView issue

前端 未结 5 1066
梦如初夏
梦如初夏 2020-12-30 11:07

I have a listview in my application that is basically a questionaire so there are some EditTexts that the user needs to fill. I\'ve encountered the following issues:

5条回答
  •  执笔经年
    2020-12-30 11:19

    due to question 2 you can relate to this post EditText items in a scrolling list lose their changes when scrolled off the screen so there seems there s no easy solution to persist the edittexts when you scroll down

    Yes your right you can try

    EditText loses content on scroll in ListView

    or just relate to the related posts on the right

提交回复
热议问题