platforms and products Online Quiz - 24
Description: platforms and products Online Quiz - 24 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
In Android, there are two options to make your data public i. Create your own content provider ii. Add data to an existing Content Provider, if one exist Choose the correct option below.
What are the different mechanisms to share persistent data among processes?
Content URI is denoted by content://<>/<>/<> where A, B and C are - A: Authority, B: Data_Path, C: Id Value
Content provider data can be modified in various ways
A query returns a set of zero or more records. The names of the columns, their default order, and their data types are common to each content provider.
Following is/are the abstract method(s) declared in the ContentProvider class?
_______ class is a View that displays the actual map.
__________let you add graphical layers over a MapView.
Any focused Widget stay focused, when the user enters the touch Mode.
Android has a native Overlay, ___________ that can be used to display the current position and orientation of the device.
_____________class provide functionality to get the MapView which is used to display the map.
Google Maps library is not a part of the standard Android library, you must declare it in the Android Manifest.
The class _________ is the super class of the different location providers which deliver the information about the current location of the device.
_________ is a position on the map described by latitude and longitude.
Each Thread has an integer priority that basically determines the amount of CPU time the Thread gets.
You can not add more than one overlay onto a single map.
By default, the Map View will show _________ map.
Threads in the same VM interact & synchronize through shared Object.
You also need access to the Internet in order to retrieve map tiles, so you must also request the INTERNET permission by adding following element in the Manifest File. Choose the most appropriate answer.
________ is called the surface being drawn on.