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 following method gets the Id of the currently checked Radio Button.
When the state of the CheckBox changes, you may register a listener object which is an instance of _________.
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.
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.
When running processes from studio , does the workspace ask for user password?
Sub process calls can have runtime determination mechanism
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