I am having an abstract class having all static objects and function to store some globel data of the application during the execution session.
All data reset to null once I relaunch the application in ICS and above version with Systems's setting ALWAYS_FINISH_ACTIVITIES is set as true.
Whats the better way to mainitan data on application relaunch?
Regards,
Android IT
Editing my question: I know that Sharepreference can be a better option but I dont want to store data for multiple sessions of the application and data I am storing is huge. Regards, Android IT