Maintain the state of View Flipper in List View
问题 I have view flipper as List View Item, and I load items to the View Flipper at runtime. Problem : My problem is when I flip views to a particular row, and when I scroll the listview, the view which was set to a particular position after flipping to right, is lost. On Scrolling the view flipper in all the rows are re-initialized to the 0th state. Here is my Base Adapter: public class ListViewAdapter extends BaseAdapter { private Context context; private ArrayList<TypeOneDataClass> typeOneList;