platforms and products Online Quiz - 25
Description: platforms and products Online Quiz - 25 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
Android resources stored in_______ of Android Application directory structure, are not compiled into binary format.
Pending Intent is commonly used to package an Intent that will be fired in response to a future event, such as a widget View being clicked or a Notification being selected from the notification panel.
The SQLite3 has been implemented as a ______________ that's included as part of the Android software stack
In SQLite3 database, Files (such as bitmaps or audio files) are usually stored within database tables.
________ objects are used to insert new rows into database tables
In SQLite database, there is a strict type checking when assigning or extracting values from each column within a row.
Select Native Android Content Provider(s) from the list below.
Identify “Authority” part of below Content URI - content://contacts/people/3
Select the static Helper method(s) to append an ID to a ContentProvider URI
Content providers that are not declared in the manifest file are also visible to the Android system
Requests to ContentResolver are automatically forwarded to the appropriate Content Provider instance
If you don't need to share data amongst multiple applications, then you can use a database directly using -