So the app starts with a registration menu and an option to login if you are an old user and redirect you to the login screen and if the login is successful it redirects to welcome screen with log out button. Backend: MainActivity.java(Registration menu): login.java: welcome.java Frontend: activity_main.xml: activity_login.xml: activity_welcome.xml: So that is how the app integrates and comes out as ->