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 |
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.
Sub process calls can have runtime determination mechanism
By default, all Android databases are private, accessible only by the application that created them.