I have developed a custom list adapter where i have attach views using holder. also i have checked if the views are already crated and reusing them again and again. The listview is inside the fragment and when I am navigating to another fragment I am using fragmenttransaction.replace . But issue is that when i monitor the dump file using MAT I found the imageview that were present inside adapter still hold the reference to bitmaps. Even different others views had the reference.
I want to know how to remove reference to that views?