1
I am making a form and when I finish filling the form I need to change the color of the item of a Listview with the name of the form I just filled and leave the color there independently if I am browsing the application and going through Activity several times, Does anyone know how to do that? let onCreate be called only once.
Put your code in the question so we can better understand the problem.
– Piovezan
I do not think there is much way to achieve this... The ideal would be to persist this color as a value in
SharedPreferences
and fetch whenever you need.– Wakim