I have a imageview and a textview in listview. So i am dynamically changed tick mark or without tick mark image.
Please suggest me how to save ticked image position after scroll.
I have a imageview and a textview in listview. So i am dynamically changed tick mark or without tick mark image.
Please suggest me how to save ticked image position after scroll.
Inflate the item view with null ViewGroup.
convertView = inflater.inflate(R.layout.row_dialog_list,
null);