MobileICP1 - Nikii1118/Web-Programming- GitHub Wiki
Nikita Goyal
Class ID-10
TASK-1
a.The main activity should look as below (make suitable changes for the login app!).
b.Createthe 'LOGIN' buttonin the login screen
c.When clicked on 'LOGIN' button, the screen should navigate to welcome screen if the login credentials are valid otherwise app should display an appropriate message to the user
d.Create the 'LOGOUT' buttonin the welcome screen
e.When clicked on 'LOGOUT' button, the screen should navigate to login screen
Solution
Login/register page

After logging in the account

After log out page

Conclusion
This assignment teaches us basics of Android application by building Log In, Log Out and Register page.