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
Google now introduces many new Android features via the Android Support Library—a set of libraries that enable you to .
(Multiple Choice)
4.8/5
(36)
Throughout its life, an Activity can be in one of several states—active (i.e., running), or stopped.
(Multiple Choice)
4.9/5
(51)
Many of today's Android phones use AMOLED displays. On such displays, a black pixel is turned off and does not consume power. Apps that use mostly black themes can reduce power consumption by approximately_________.
(Multiple Choice)
4.9/5
(40)
By default, the Seekbar allows you to select values from 0 to 100.
(Multiple Choice)
4.8/5
(34)
Class Activity's____________method takes an int constant representing a specific view's ID and returns a reference to the view.
(Multiple Choice)
4.9/5
(46)
Which of the following statements about class R's nested classes is false?
(Multiple Choice)
4.7/5
(35)
A_____________represents an integer in the range 0-100 by default and allows the user to select a number in that range by moving its thumb.
(Multiple Choice)
4.9/5
(38)
When the virtual keyboard is displayed, the device's back button changes to a down button that enables you to___________.
(Multiple Choice)
5.0/5
(37)
By default, a SeekBar’s range is 0 to 100 and its current value is indicated by its property.
(Multiple Choice)
4.9/5
(36)
You'll use an anonymous inner class to implement the__________interface (from package android.widget) to respond to the user moving the SeekBar's thumb.
(Multiple Choice)
4.9/5
(41)
A(n) ________is a subclass of Text-View that can display text and accept text input from the user.
(Multiple Choice)
4.8/5
(39)
Activities transition between their states in response to various_____________.
(Multiple Choice)
4.9/5
(41)
The call to setContentView receives the R.layout constant indicating the XML file that represents a GUI-e.g., R.layout.activit_main represents the activity_main.xml file. Method setContentView uses this constant to load the corresponding XML document, which Android parses and converts into the app's GUI. This process is known as the____________GUI.
(Multiple Choice)
4.9/5
(39)
Method____________is called whenever the SeekBar's thumb position changes.
(Multiple Choice)
4.8/5
(35)
When you set a view's___________property, Android automatically casts a shadow for that view.
(Multiple Choice)
4.7/5
(36)
The manifest element’s nested element specifies attributes of the application.
(Multiple Choice)
4.8/5
(49)
Why would you set the digits property of an EditText to 0123456789?
(Multiple Choice)
4.9/5
(34)
Showing 21 - 40 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)