Exam 3: Tip Calculator App

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following statements is false?

Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
Verified

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

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

B

Which of the next three statements is false?

(Multiple Choice)
4.9/5
(36)

The____________method is called whenever the text in the amount-EditText is modified.

(Multiple Choice)
4.9/5
(45)

The default layout for an Empty Activity is a____________.

(Multiple Choice)
4.8/5
(35)

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)

Which of the following statements is false?

(Multiple Choice)
5.0/5
(38)

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)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(35)

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 satements is false?

(Multiple Choice)
4.9/5
(34)

Which of the following is false regarding the manifest's activity element?

(Multiple Choice)
4.9/5
(36)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(40)

Which of the following three statements is true?

(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)