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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started