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

52CB9A6190A24B71A7CA9C43F5A10D0D

After logging in the account

12447A21095748D084F5F8AB78217B34

After log out page

799AD33C9D28411F939E848A18BCA2BF (1)

Conclusion


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