prevent Custom ListView Refreshing on scroll. I want to stop refreshing
问题 I am using Custom ListView in My Android App. The Problem is when i am scrolling ListView, it automatically clears entered data from EditText( Edittext as a list_item ) and it ListView refreshed. I Want to Prevent it to stop clearing entered data on ListView Scroll. Please Help me.. 回答1: 1) define custom list adapter 2) define a an object for each item like class MyClass { String myText} 3) store the value of the EditText of each item in that object I have a code for storing the state of