Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!