List items position repeating in getview
问题 I am creating a custom list view using baseadapter.i have 10 list item in my list.my problem is that afetr 6 items ,the first 4 are repeating.i just printed position values in getview.it gives 0,1,2,3,4,5,6,7,8,9,0,1,2,3.My code is below. thanx in advance public class ProductListAdapter extends BaseAdapter implements OnClickListener{ /* * developer :sanu * date :10-4-2013 * time :3.34 pm */ public View row; private String[] productName; private String[] producttype; private String[]