I've given a task to create a simple counter app. in which user can update counter in both forward "Pressing + button" as well as in backward direction (Pressing - button) and also user can reset counter by pressing "Clear Button".
And last value should be stored in app when user closed app. i.e. if counter is on "50" and user closed app. after relaunching app counter should be start from "50"
I don't know how to store last value in app and retrieve it after relaunching app.