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
Some moveCamera and animateCamera methods of the GoogleMap class accept only one parameter. What is the data type of that parameter?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
A
What is not included in a CameraUpdate object?
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
C
Not specifying the position of a marker or a circle when adding it to a map results in a __________________ at run time and stops the app.
Free
(Short Answer)
4.8/5
(40)
Correct Answer:
NullPointerException
Using the MarkerOptions class, we can add a title to a marker using the __________________ method.
(Short Answer)
4.9/5
(34)
A hash table is a data structure that maps keys to values; the class that encapsulates it uses generic types; the actual data types are specified at the time of ____________.
(Short Answer)
4.9/5
(32)
The onBeginningOfSpeech method of the RecognitionListener interface is called when the user starts speaking; the __________________ method is called when the user stops speaking.
(Short Answer)
4.8/5
(37)
Using the MarkerOptions class, we can add a snippet to a marker using the ____________ method.
(Short Answer)
4.9/5
(51)
What is the name of the main class that encapsulates a camera move, such as a position change, zoom level change, or both?
(Multiple Choice)
4.7/5
(35)
The ____________ class encapsulates a location on Earth using its latitude and longitude.
(Short Answer)
4.9/5
(35)
The Android framework includes a template, Google Maps Activity, that creates skeleton code to display a map.
(True/False)
4.8/5
(29)
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 precise device location is ____________.
(Short Answer)
4.8/5
(34)
It is possible to display a map and select its type (terrain, satellite, etc.).
(True/False)
4.8/5
(43)
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 write to external storage is ____________.
(Short Answer)
4.8/5
(37)
It is possible to store an array of values mapped to a key in an Intent.
(True/False)
4.9/5
(42)
It is possible to move a map programmatically, without any user interaction.
(True/False)
4.7/5
(36)
__________________ is a constant from the RecognizerIntent class that we can use to start an Activity that asks the user to speak.
(Short Answer)
4.8/5
(34)
The ____________ method of the Context class returns a PackageManager reference.
(Short Answer)
4.9/5
(46)
What method of the Intent class do we call to put a value mapped to a key in an Intent?
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 33
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)