On android how would I go about creating a prompt for an app that requires a user to enter a username before fully launching the app?
- by racl101
I'll preface this with I'm really new to working on Android.
So I have to work on an existing app and create a screen that prompts the user for a username if one isn't entered then it won't launch the currently existing main activity (i.e. it won't fully launch the app. Instead it will just sit on that screen until a username is entered.)
I…