platforms and products Online Quiz - 26
Description: platforms and products Online Quiz - 26 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
What is true about Frame Layout?
The following method takes you to the root of the View Tree
The root class of the RadioButton widget in hierarchy of Widgets is
The following method gets the Id of the currently checked Radio Button.
Choose the correct xml representation of below highlighted java code: CheckBox cbox = new CheckBox(this); cbox.setChecked(true);
When the state of the CheckBox changes, you may register a listener object which is an instance of _________.
Which of the following layout offers a grid Model?
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.
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.
By default, LinearLayout is _______.
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.
What is/are the implementation strategies for automatic activities?
Organization holidays can be defined in -
When running processes from studio , does the workspace ask for user password?
Sub process calls can have runtime determination mechanism
There can be multiple out going transitions from the begin activity
Android databases are stored in the _________folder on your device (or emulator)
By default, all Android databases are private, accessible only by the application that created them.
Queries in Android are returned as Cursor objects. Cursors are pointers to the result-set within the underlying data.
You can open and create database without SQLiteOpenHelper using