I have a problem with my counter. I'v used this as my template: Continuing integer counter from sharedpreferences
But if I stop the app and reopen it and tap one button the Counter goes to 0. But if I only go home and reopen the app the counter goes higher. How can I fix this?
counter = Integer.ParseInt(userString); //this line.
Doesn't work for me. Please help me.