Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps
Exam 1: Basics of Android: Hello World23 Questions
Exam 2: Model View Controller, Gui Components, Events20 Questions
Exam 3: Coding the Gui Programmatically, Layout Managers20 Questions
Exam 4: Multiple Activities, Passing Data Between Activities, Transitions, Persistent Data22 Questions
Exam 5: Menus, Sqlite21 Questions
Exam 6: Managing the Device Orientation22 Questions
Exam 7: Touches and Swipes22 Questions
Exam 8: Graphics, Animations, Sounds and Gaming27 Questions
Exam 9: Fragments26 Questions
Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps33 Questions
Exam 11: Using the Gps and Location Services21 Questions
Exam 12: Using an Existing App: Taking a Photo and Sending an Email28 Questions
Exam 13: Xml and Content Apps25 Questions
Exam 14: Making an Android Widget35 Questions
Exam 15: In App Advertising25 Questions
Exam 16: Security and Encryption23 Questions
Exam 17: Android Development: Extending Views, Fragments, and Google Maps Permissions127 Questions
Select questions type
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)