Question
You need to create an app that allows users to register and to login into the system. The focus of this project is to create
You need to create an app that allows users to register and to login into the system. The focus of this project is to create an app with several activities and has data validation. You should have: A welcome screen (splash screen) with your app name and a picture. You should then move to a screen that asks the user for either to log in or to register. If the user clicks to register then show a registration page with fields for at least first name, family name, date of birth, email, and a password. Validate that the entered data is not empty. Check that the entered data is correct (such as email validation, first name should at least 3 char and not more than 30) If registration is successful return to the previous screen. Enable login (it doesnt have to be linked to a database at this stage) You need to add comments to your code (Java and XML). You need to have a nice design.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started