Exam 4: Flag Exam 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
As the user interacts with the preferences GUI, the preferences are automatically stored into a ________ file on the device. If the file does not exist, it will be created; otherwise, it will be updated.
(Multiple Choice)
4.9/5
(36)
Setting the layout:height property to 0dp will let a View's height be determined by the ________ property.
(Multiple Choice)
4.9/5
(35)
You can force a menu item to display on the app bar, in which case it's known as a(n) ________-by default, this is displayed as the menu item's icon (if there is one).
(Multiple Choice)
4.9/5
(36)
You could define a ________ for a Button's background color that specifies different colors for the Button's pressed, unpressed, enabled and disabled states.
(Multiple Choice)
4.8/5
(43)
Resource folder names that begin with ________ contain XML files that define property animations, which change the value of an object’s property over time.
(Multiple Choice)
4.8/5
(34)
Each Activity declared in the AndroidManifest.xml file can specify ________ indicating actions the Activity is capable of handling.
(Multiple Choice)
4.8/5
(35)
It's often easiest to select a particular GUI component in ________.
(Multiple Choice)
4.9/5
(37)
You specify the number of times an animation should repeat with Animation method ________.
(Multiple Choice)
4.8/5
(35)
You can provide String resources for different languages and regions. Android uses resource folders with ________ to choose the appropriate images, based on a device’s pixel density, and the correct language strings, based on a device’s locale and region settings.
(Multiple Choice)
4.9/5
(33)
A FragmentManager can use ________ to dynamically add, remove and transition between Fragments.
(Multiple Choice)
4.8/5
(36)
Method onCreateView is called after onCreate to build and return a View con-taining the Fragment’s GUI. This method receives a(n) ________, which you’ll use to programmatically inflate a Fragment’s GUI from the components speci-fied in a predefined XML layout.
(Multiple Choice)
4.8/5
(33)
Setting a Button's style property to @android:style/Widget.Material.Button.Colored causes the Button to take on a colored appearance, based on the colors of the app's theme. The Buttons' color will be the theme's ________.
(Multiple Choice)
4.8/5
(36)
If multiple activities can handle the action and data passed to startActivity, the system will ________.
(Multiple Choice)
4.9/5
(34)
Method inflate returns a reference to a ________ that contains the inflated GUI.
(Multiple Choice)
4.9/5
(48)
Which of the following is not a tweened animation that you can include in an animation set?
(Multiple Choice)
4.8/5
(43)
Showing 41 - 60 of 66
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)