I wonder how to:
Show an alert every time the User start the application.
When User select the option. “do not show again.” how not to show more? where to save this information without the database? is easy?
How Do I? I have saved in the cache when the option was selected? I do not understand quite yet.
thank you very much
Thanks
Do it in First screen’s
onCreate()method…well for maintaining its state.. create a class and keep a variable and create static getters and getters for that.. set it when he says dont show me again.. and check every time before showing..