I am creating and managing listView using BaseAdapetr. In each list view item I have to display an image which is being downloading background theard. On successful download sending listner to the UI to refresh the image for all list items.
I tryied out ListView's invalidate() and invalidateViews() function in UI to referesh complete list but no luck. I tried out with BaseAdapetr's notifyDataSetChanged() and still not able to referesh the list items.
What will be the way to refresh all list view items?