Exam 3: Tip Calculator App
Exam 1: Introduction to Android31 Questions
Exam 2: Welcome App39 Questions
Exam 3: Tip Calculator App47 Questions
Exam 4: Flag Exam App66 Questions
Exam 5: Doodlz App34 Questions
Exam 6: Cannon Game App30 Questions
Select questions type
Which of the following statements is false?
Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
D
For apps you submit to the Google Play store, the____________is used as the app's unique identifier.
Free
(Multiple Choice)
4.7/5
(38)
Correct Answer:
C
Each app has a theme that defines the default look-and-feel of the standard views you use. The theme is specified in the app’s AndroidManifest.xml file. You can customize aspects of an app’s theme, such those that define an app’s color scheme, by defining style resources in the file located in the app’s res/values folder.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
The____________method is called whenever the text in the amount-EditText is modified.
(Multiple Choice)
4.9/5
(45)
Method onCreate typically initializes the Activity's instance variables and views. This method should be as simple as possible so that the app loads quickly. If the app takes longer than five seconds to load, the operating system will display a(n) ____________dialog, giving the user the option to forcibly terminate the app.
(Multiple Choice)
4.9/5
(33)
In the manifest, the activity element’s nested element determines which Intent types can launch an Activity-.
(Multiple Choice)
4.9/5
(31)
For precise monetary calculations, use class____________(package java.math)-rather than type double-to represent the monetary amounts and perform calculations.
(Multiple Choice)
4.9/5
(44)
Java requires that you override every method in an____________ that you implement.
(Multiple Choice)
4.9/5
(39)
Which of the following actions does not change the device's configuration?
(Multiple Choice)
4.8/5
(39)
Android apps have four types of executable components—activities, services, content providers and .
(Multiple Choice)
4.8/5
(44)
You can use the new Android Studio____________to change the app's primary, dark primary and accent colors.
(Multiple Choice)
4.8/5
(47)
You may configure your AVD (or device) to display the________________keyboard for better contrast in your screen captures.
(Multiple Choice)
4.9/5
(39)
Which of the following is false regarding the manifest's activity element?
(Multiple Choice)
4.9/5
(36)
Showing 1 - 20 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)