Functions of android.bluetooth API is:
scanning for devices
enabling applications of other devices
connecting with devices
managing data transfer between devices
disabling applications of other devices
The API level of the Android Platform version 2.0 and version 2.2 respectively are:
5 & 7
4 & 7
5 & 8
6 & 8
7 & 9
Core components of an application like activities, services, and broadcast receivers etc., are activated through messages called as:
contents
filter
intents
activator
servlets
In Android, which Statement is used to get ContentResolver within the Activity or other application component?
ContentResolver cr = getContentResolver();
ContentResolver cr = getContentResolver(cr);
ContentResolver cr = getContentResolver(content);
ContentResolver cr = getContentResolver(void);
ContentResolver cr = getContentResolver(context);
List the valid abstract methods declared in content provider class?
query()
insert()
update()
delete()
onCreate()
The extension for android application file or which file the user may download to run the applications on their mobile?
.exe
.apk
.dvk
.and
dk
In Android, ___________ is used to prevent applications (as a measure of security) from disrupting each other.
Cryptography
Wrapping
Sandbox
Coding and Decoding
Choose the true regarding AndroidManifest.xml File in Android?
AndroidManifest.xml file is present in root directory of an application
AndroidManifest.xml file is responsible for naming java package for the application
c.)AndroidManifest.xml File is an optional for an application
It describes the components of the application — the activities, services, broadcast receivers,
AndroidManifest.xml is not responsible for declaring the minimum level of the Android API that
In Android, for playing and recording audio/video what is name of the class should to be used?
MediaPlayer & MediaRecorder
MediaPlay & MediaRecord
PlayMedia & RecordMedia
Mediaplay & Mediarecord
3D(3 Dimension) Graphics in Android is based on which specification?
OpenGL ES 1.0
OpenGL ES 1.1
OpenGL ES 1.2
OpenGL ES 1.3
OpenGL ES 1.4