Is it a bad idea creating a separate class and use it as a storage which consists only of static data variables?
I am currently developing an app for android, but th
You can use SharedPreference to store flags and variables .
Look at this Preference Demo .