Listview / ExpandableListView will be constantly updated and new entries will appear in it. and each line contains an image and text.
when I call notifyDataSetChanged , a random image in the line will be displayed. I understand that the reason for the submission is updated from top to bottom. But is there a way to update the content without updating the entire list, or in any case, so that the image does not display?
I tried Invalidate() , but that is not what I want.
Is there a way to configure listview / ExpandableListView to use?
sao
source share