please tell me what is the right way for maintaining the application state/data.
i have an alarm activity that perform alarm tasks. it takes user preferences and save them in global variables and start working in background.
when alarm invoked i called this activity again but when it start, it re-initialized all user preferences to their initial values.
how to maintain these values so when application comes to foreground it maintain its all values as it is?
