Question: 1. Create a new Android Studio project with an emptyactivity. Complete the following in your set-up: - Name the project and be sure to include

1. Create a new Android Studio project with an emptyactivity. Complete the following in your set-up:

- Name the project and be sure to include your name in thetitle. Make sure the selected language is Java.

- Select API 28: Android Pie as the target SDK.

- Once the new project loads, edit the existingactivity_main.xml file.

- Delete the existing TextView object.

- Create a new layout of your choosing. The layout must includea button, a TextView, and a plain text (also known as anEditText).

2. Identify the Android Studio elements using relevantnames. To accomplish this task, complete thefollowing:

- Name the button’s text as "Say Hello".

- Remove all text from the TextView.

- Label the ID of the button as “buttonSayHello”.

- Label the Plain Text as “nameText”.

- Label the TextView as “textGreeting”.

Step by Step Solution

3.46 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To complete the given tasks in Android Studio ... View full answer

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!