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:

  1. Android Studio

OUTPUTS

  1. Main.png After Pressing Logout Button calls calls to myLogout() function which routes to Main Page.

    main

  2. Home home

OUTPUTS

  1. Initial login screen INITAL
  2. Home Screen home
  3. Login Populating login