why spinner changing & Reset value on scrolling listview
Clash Royale CLAN TAG #URR8PPP why spinner changing & Reset value on scrolling listview Task: I have an activity which has a list view there is some info of student and a status which is spinner in the list view. Problem: When i scroll list view the spinner value auto change the spinner did not hold the selected value its reset by scrolling list view. If anyone know please suggest me solution or links which is useful. I shall be very thankful to him. I tried many solution but did not get out from this problem. In the first image spinner value is present but when i scroll and come back to this again it auto change as you can see it is Absent now. custom adopter: public class PersonalListAdapter extends ArrayAdapter<student> { Context mCtx; int mResource; static class ViewHolder { TextView id; TextView name; TextView f_name,rollno; Spinner status; } public PersonalListAdapter(@NonNull Context mCtx, int resource, @NonNull Array...