Onscroll selected checkbox getting unchecked using listiview
In my application i added checkbox with ListView ,and i also gave limitation for checkbox ,user can not select more than 5 checkbox ,but the issue is on scroll my selected checkbox get unchecked following is my snippet code,can any one help me with this public class CustomAdapter extends BaseAdapter { private LayoutInflater inflater = null; Context context; String rup = "\u20B9"; private ArrayList<ModelPooja> listData; boolean checked[]; public CustomAdapterPooja(Context mainActivity, ArrayList<ModelPooja> listData) { // TODO Auto-generated constructor stub context = mainActivity; this