ICP8 - Abinash-Banda/web-and-mobile-computing GitHub Wiki
This is the wiki-page for ICP8
To understand the starter code given for text view, button view and make a simple login application with the following requirements.
The main activity should look as below (make suitable changes to the login app!).
Create the 'LOGIN' button in login screen
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.
Create the 'LOGOUT' button in welcome screen.
When clicked on 'LOGOUT' button, the screen should navigate to login screen
Software required:
- Android Studio
OUTPUTS
-
Main.png After Pressing Logout Button calls calls to myLogout() function which routes to Main Page.

-
Home
.png)
OUTPUTS
- Initial login screen

- Home Screen

- Login Populating
