Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

It is possible to include a button so that when the user clicks on the button, we display the microphone for speech input.

(True/False)
4.8/5
(36)

The Manifest.permission class includes constants to be used as values for the android:name attribute of the uses-permission element in the AndroidManifest.xml file. The constant to access the Internet is __________________.

(Short Answer)
4.8/5
(38)

The ____________ of the OnMapReadyCallback interface is called when the map is instantiated and ready.

(Short Answer)
4.7/5
(39)

The MarkerOptions class has many methods returning the MarkerOptions reference that calls them so that we can __________________ method calls.

(Short Answer)
4.9/5
(32)

__________________ is a constant from the RecognizerIntent class that we can use to start an Activity that searches the web with the user's spoken words.

(Short Answer)
4.8/5
(32)

In order to display a map in an app, we first need to obtain a(n) ____________ from Google.

(Short Answer)
4.8/5
(27)

The ____________ class provides methods for both geocoding and reverse geocoding.

(Short Answer)
4.9/5
(34)

The __________________ class, along with the RecognitionListener interface, both part of the android.speech package, allow us to listen to and process user speech without using a graphical user interface.

(Short Answer)
4.8/5
(45)

After we have created a SpeechRecognizer object, we call the ____________ method in order to start listening to user speech input.

(Short Answer)
4.8/5
(40)

The CameraUpdateFactory has many static methods, such as zoomIn and zoomOut, which return a(n) ____________ object reference.

(Short Answer)
4.8/5
(39)

The putExtra method of the Intent class has this API: Intent putExtra( String key, String value ) It places a value in the Intent and associates it with __________________.

(Short Answer)
4.9/5
(38)

The getStringExtra method of the Intent class has this API: String getStringExtra( String key ) It is a String that was earlier placed in the intent and mapped to ____________.

(Short Answer)
4.8/5
(37)

The getIntExtra method of the Intent class has this API: Int getIntExtra( String key, int value ) What does it return?

(Multiple Choice)
4.7/5
(47)
Showing 21 - 33 of 33
close modal

Filters

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