I’m building an android app which requires me to prompt the user for his name the first time the user launches the app. During the second time onwards, the application won’t prompt the user for his name instead it will greet the user instead(and straight away go to the main menu page. Does anybody know how I might do this?
Share
Use this code:
Everytime you start the application, check for this file using file.exists and continue.