Description: platforms and products Online Quiz - 26 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
You can open and create database without SQLiteOpenHelper using
Queries in Android are returned as Cursor objects. Cursors are pointers to the result-set within the underlying data.
By default, all Android databases are private, accessible only by the application that created them.
Android databases are stored in the _________folder on your device (or emulator)
There can be multiple out going transitions from the begin activity
Sub process calls can have runtime determination mechanism
When running processes from studio , does the workspace ask for user password?
Organization holidays can be defined in -
What is/are the implementation strategies for automatic activities?
The android:layout_weight property indicates the proportion of the free space that should go to that widget. If you set it to be 1 for one widget and 2 for the other widget. How do you interpret this representation.
By default, LinearLayout is _______.
An interesting aspect of the FrameLayout is that if you add more than one control to the layout, the size of the layout is computed as the size of the largest item in the container.
Android defines two similar gravity attributes: android:gravity and android:layout_gravity. The android:gravity is a setting used by the container, whereas android:layout_gravity is used by the View.
Which of the following layout offers a grid Model?
When the state of the CheckBox changes, you may register a listener object which is an instance of _________.
Choose the correct xml representation of below highlighted java code: CheckBox cbox = new CheckBox(this); cbox.setChecked(true);
The following method gets the Id of the currently checked Radio Button.
The root class of the RadioButton widget in hierarchy of Widgets is
The following method takes you to the root of the View Tree
What is true about Frame Layout?