Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You need to create an app on Android Studios that allows users to register and login into the system. The focus of this is for

You need to create an app 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 with AI-Powered 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

Students also viewed these Databases questions