How can i storing Image and textview as a Shared Preferences in my custom listview adapter?
I am having custom listview with one textview and one clickable imageview ( That is nothing but a favorite button) So when user will click on the favorite button the image state of that particular images should be saved in Shared Preferences and even i wanted to retrieve it inthe same activity, below is my code now i am able to save and retrieve textview properly any when user didn't move the list if uesr moves the list my array list get reinitialize again
class...