Exam 6: Jam Implementing Audio in Android Apps

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

What does the splash screen provide time for Android to do?

(Multiple Choice)
4.8/5
(40)

Which property of a control determines whether the control is displayed on the screen?

(Multiple Choice)
4.9/5
(33)

What method marks the end of an Activity?

(Multiple Choice)
4.8/5
(37)

____________________ variables cease to exist when their class or activity is unloaded.

(Short Answer)
4.9/5
(31)

Android provides the ____________________ class to record audio and video.

(Short Answer)
4.7/5
(43)

Which is the correct statement to make a button named btnStart visible?

(Multiple Choice)
4.8/5
(42)

After entering the TimerTask code, tap or click the red error line under the TimerTask( ) to add the _____________ method, an auto-generated method stub.

(Short Answer)
4.9/5
(41)

If you want a button to respond to a user's tap or click , you need to call the ____________________  method to implement the button.

(Short Answer)
4.9/5
(38)

You typically use the finish() method right after an activity is launched to clean up resources of the previously running activity.

(True/False)
4.7/5
(36)

When storing audio and video files in an application's resources for playing, the correct folder to use is ____________________.

(Short Answer)
4.9/5
(39)

The code to reference a music file called "balloonPop" in the raw directory is ____________________.

(Short Answer)
4.9/5
(33)

Where should you place an image file that will be used as a background image for a TextView control?

(Multiple Choice)
4.8/5
(42)

What unit of time is used when scheduling a timer?

(Multiple Choice)
4.8/5
(35)

A(n) ____________________ is a piece of technology that is used to compress and decompress audio and video files.

(Short Answer)
4.9/5
(49)

To schedule a three second TimerTask named splash for a timer named splashtime , the correct code is ___________________________________.

(Short Answer)
4.8/5
(39)

What can be described as the series of actions from the beginning of an Activity to its end?

(Multiple Choice)
4.8/5
(25)

Each of the following are a common state for the MediaPlayer class except for which one?

(Multiple Choice)
4.7/5
(38)

Which of the following actions can the MediaPlayer class NOT do?

(Multiple Choice)
4.8/5
(27)

The four states of an Activity determine whether the activity is running, paused, idle, or terminated.

(True/False)
4.8/5
(32)

Consumers often buy a phone with more memory to increase the number of songs they can store.

(True/False)
4.7/5
(38)
Showing 21 - 40 of 50
close modal

Filters

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