I am working on an application which contain register activity as it’s first page which is on tabs. i want that once the user is register then whenever the user starts the application it should always run from main menu screen and should never display the register screen till the user uninstall the application and reinstall it again.
I am working on an application which contain register activity as it’s first page
Share
you can use SharedPreferences. This is an example:
So you can check if firstTime is true doing this: