SharedPreferences Save value of Int in a TextView of another activity
问题 I try to save the value of an int "redRing" from the class "Ring" displayed in a TextView of another activity using SharedPreferences, it can work but not everytime, sometimes there's a reset of the value of my int if I quit the app and come back again in my app but not everytime. I did a simple small example of code if someone can try to say me what's wrong with my code? 1) The class Ring : public class Ring { // User search rings with different colors public static int color; public static