LAB 2 - navyagonug/CSEE5590-WEB-AND-MOBILE-PROGRAMMING GitHub Wiki
TASK-1
QUESTION
INTRODUCTION
The main task here is design a login and a sign-up page. After a login page, the android applications should display the details of the student. Another requirement there exists is that there should also be a logout button which redirects to the original homepage.
OBJECTIVE
The main objective is to,
- Add a sing-up page.
- Add a login page.
- Display the details of the user who registered and signed-up.
- Add a logout button.
APPROACHES/METHODS
The following are the series of pages a user gets to see while making use of this application,
The following homepage contains the following two buttons,
- Sign-Up
- Sign-In
The following screenshot depicts the homepage,
The following is the gradle file which adds classpaths and implementations to help get connected to Firebase. This Firebase is used to store the details of the user who registers himself/herself.
The register page looks as follows, There are certain details that needs to be filled in by the user to register himself. Some of those details are,
- First Name
- Last Name
- E-mail ID
Once the user registers, He will be able to sign-in. The sign-up page looks as follows,
Once the user logins, His/Her details will be displayed that he has entered during signing up. Here is the screenshot depicting that,
The above screenshot also depicts that there is a logout button. When we click on the logout button, the redirection is done to the following page.
DATASET/PARAMETERS
There is no specific data that is used to design this application. It is just the details that the user enters in his/her sign-up page.
EVALUATION/DISCUSSION
There are a series of java programs and XML layouts that we as a team has designed, The above screenshots depicts the re-directions as well as all the pages we designed.
CONCLUSION
The output is an android application and working on this task helped us in gaining more and more knowledge about how to design and develop and android application.