Reference no: EM133777637
Project: Adding Navigation to an App
In this project, you will be developing a Student Portal application that allows the mobile user to navigate to various navigation screens, including a Welcome Screen Page, a Home Page, a Student Profile Page, and a Class Schedule Page.
The initial landing page should be the Welcome Page, which will subsequently lead to the main Screen page housing a menu. In the Home Screen page, the user could choose to navigate to the Profile page that displays the student's educational profile or navigate to the Class Schedule page, which displays the date and time of the campus location and a list of an upcoming class schedule.
The Welcome Screen Page shall display an "Enter" Button that after clicking, it will navigate to the Home Screen Page.
The Home Screen page shall have buttons that allow you to navigate to the Student Profile Page, or the Class Schedule Page. Additionally, there shall be a back and an exit button.
The Student Profile screen page shall encompass essential education profile fields such as Name, Degree, GPA, University, and graduation date, although you have the option to include additional fields if desired.
The Student Schedule page is expected to display information about the campus location at a city of your choice, the current date and time, plus a schedule of upcoming classes. Additionally, there shall be a back and an exit button.
The Exit button should redirect users to the Welcome Page, while the Back button should return to the previous screen.
What to Submit:
A .zip file that contains the entire Android Project, zipped in a single .zip file. The .zip file should contain the entire project, so anyone can just open the project, compile, and run it. Additionally, each Kotlin source file should include a comment block at the top containing your name, due date, the project# and a short description of the app functionality. You must also include comments throughout the project explaining the logic.
Complete documentation for the project (a Word or PDF file), that includes the following:
A walk-thru on the program design and functionality
Screenshots of the IDE, the code, and the program running on the AVD.
A display of the IDE, displaying the code window and the AVD running.
A short paragraph on lessons learned from the project.