Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project, you will practice using XML resource files, pictures, Android controls, intents, and dialog. You will also do some simple data storing and

In this project, you will practice using XML resource files, pictures, Android controls, intents, and dialog. You will also do some simple data storing and validation.

I need help with this project. I am not to advanced and comfortable using Android Studios yet.Please and Thank You

image text in transcribed

Description and goal: In this project, you will practice using XML resource files, pictures, Android controls, intents, and dialog. You will also do some simple data storing and validation. Problem: 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 doesn't 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. Submission instructions: You need to complete the followings: No GitHub before submission. You may push your code to GitHub after the submission due date. Clean the project before compressing (zip). Description and goal: In this project, you will practice using XML resource files, pictures, Android controls, intents, and dialog. You will also do some simple data storing and validation. Problem: 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 doesn't 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. Submission instructions: You need to complete the followings: No GitHub before submission. You may push your code to GitHub after the submission due date. Clean the project before compressing (zip)

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

Question

What does the language have to do with the success of Linux?

Answered: 1 week ago