The Listview/ExpandableListView will constantly update and there will be new entry in and out. and each row contain imageview and text.
when i call notifyDataSetChanged
, the random row's imageview will flick.
I understand that cause of the view is refresh from top to bottom. But is there any way to update the content without refresh the whole list or anyway to make the imageview not flick?
I did try Invalidate()
as well, but it is not what i want.
Is there any way to customize listview/ExpandableListView to use?