Exam 4: Flag Exam App

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

By default, animations in an animation set are applied simultaneously (i.e., in parallel), but you can use the ________ attribute to specify the number of milliseconds into the future at which an animation should begin. This can be used to sequence the animations in a set.

(Multiple Choice)
4.8/5
(39)

You can use Collections method ________ to randomize the order of the elements in an ArrayList<String>.

(Multiple Choice)
4.9/5
(46)

In Java, a property is typically implemented in a class as a(n) ________.

(Multiple Choice)
4.7/5
(44)

The ________ attribute specifies how long the animation lasts in milliseconds.

(Multiple Choice)
4.8/5
(38)

By default, the IDE set the layout’s Padding Left and Padding Right properties to a predefined dimension resource named @dimen/activity_horizontal_margin—located in the ________ file of the project’s res/values folder.

(Multiple Choice)
4.8/5
(37)

Which of the following statements about a standard AlertDialog is false?

(Multiple Choice)
4.8/5
(33)

If the system cannot find an activity to handle an Intent’s action, then method startActivity throws an Activity-NotFound-Exception. You can prevent this exception from happening by first using Intent method ________ to de-termine whether there is an Activity to handle the Intent.

(Multiple Choice)
4.8/5
(34)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(44)

You can use the ViewAnimationUtils class to create a circular reveal Animator object by calling the createCircularReveal method. The animation appears as a --------________ circular window that displays part of a UI element.

(Multiple Choice)
4.8/5
(45)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(34)

Which of the following is false?

(Multiple Choice)
4.8/5
(38)

You can use a(n) ________ object to delay the performance of an action.

(Multiple Choice)
4.8/5
(35)

When the user selects a menu item, Activity method ________ responds to the selection.

(Multiple Choice)
5.0/5
(29)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(27)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(39)

Method getConfiguration returns a Configuration object (package android.content.res) containing public instance variable ________, which specifies the device's screen-size category.

(Multiple Choice)
4.8/5
(50)

It’s considered a best practice in Android to ensure that every GUI component can be used with TalkBack. For components that don’t have descriptive text, such as Image-Views, set the component’s ________ property.

(Multiple Choice)
4.7/5
(37)

You override Activity method ________ and use the method's Menu argument to add the menu items-either programmatically or by inflating an XML document that describes the menu items.

(Multiple Choice)
4.9/5
(38)

Toast method ________ receives as arguments the Context on which the Toast is displayed, the message to display and the duration for which the Toast will be displayed. Toast method show displays the Toast.

(Multiple Choice)
4.8/5
(36)

When you choose the Blank Activity template's Fragment option, this file contains only a ________ element that displays the MainActivityFragment's GUI defined in fragment_main.xml.

(Multiple Choice)
4.9/5
(30)
Showing 21 - 40 of 66
close modal

Filters

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