Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a new Android empty-activity project named, your FirstInitialLastNameActivities. The first Activity should contain: . A title An input field for a username An input

Create a new Android empty-activity project named, your FirstInitialLastNameActivities. The first Activity should contain: . A title An input field for a username

An input field for a password

One button that says Submit, Send or something like that. The second activity might be a welcome page: Use a different layout than Constraint Layout

Use at least three different controls than EditText, TextView and Button. Of course you may use these besides your three new controls. There are many to choose from! Send the login data from the first Activity and display the username in a Welcome message. The third Activity is up to you but you must:

Use a third type of layout Use three new controls besides those that you've already used. On all three activities:

Use your own color scheme to color the backgrounds, text and maybe use different background colors in the controls. Put as much text in the Strings.xml file as practical.

Add the back buttons in the title bars so you can easily return to an Activity.

Use a different layout than ConstraintLayout

Use at least three different controls than Edit Text TextView and Button. Of course you may use these besides your three new controls. There are many to choose from! Send the login data from the first Activity and display the username in a Welcome message. The third Activity is up to you but you must: Use a third type of layout Use three new controls besides those that you've already used. On all three activities: Use your own color scheme to color the backgrounds, text and maybe use different background colors in the controls. Put as much text in the Strings.xml file as practical. Add the back buttons in the title bars so you can easily return to an Activity. o Add the code to the manifest.xml file. Use a control to go to the next Activity; a picture, a Button etc. Create your own set of icons.

Add complete, correct documentation in each code module.

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

Pro Android Graphics

Authors: Wallace Jackson

1st Edition

1430257857, 978-1430257851

More Books

Students also viewed these Programming questions

Question

In Exercises 7681, find the domain of each function. g(x) = 4 x - 7

Answered: 1 week ago