<Wanted to store this custom listview text using s...
# stackoverflow
u
Wanted to store this custom listview text using shared preference on user click I want to store this custom listview text using shared preference when user will click on that star image (P.S - I don't want to use database for this) and also wants to retrieve that text(all selected text as a array list) in another activity. Now I am able to store this text as a arraylist in my shared preference I but inside my getView() method of custom adapter my arraylist get reinitialize again and again can any one help me out Like this demo example <a...