Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You need to create an app that uses Java and XML on Android Studios that allows users to register and login into the system. The

You need to create an app that uses Java and XML on Android Studios that allows users to register and login into the system. The focus of this is for you 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.

Make sure that you test your app at least on two different devices (phone and tablet) and for portrait and landscape modes.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

What does the perfect technology assumption state?

Answered: 1 week ago