0

I am new to both the website and android studio coding in general. I made the mistake of not adding a login page as well as the login database itself (Planning to use SQLite or Firebase, whichever is easier for beginners) before creating the main menu (which is my Main Activity) for my android application. To be more specific with my question, how do I make it so that when I launch my Android application, it directs to the login page/activity first before heading into the main menu if the user successfully logs in?

  • `Main Activity` has no special meaning, that's just the default name given to activities by android studio, look at your AndroidManifest to determine which activity should be shown when the app is launched, hence, `` – a_local_nobody Mar 15 '22 at 08:53

0 Answers0