Google Associate Android Developer Practice Test - Questions Answers, Page 12
List of questions
Related questions
Content labels. What attribute to use to indicate that a View should act as a content label for another View?
In application theme style, flag windowActionBar (<item name="windowActionBar">) indicates:
In application theme style, flag windowNoTitle (<item name="windowNoTitle">) indicates:
In application theme style, flag windowDrawsSystemBarBackgrounds (<item name="android:windowDrawsSystemBarBackgrounds">) indicates:
In application theme style, value statusBarColor (<item name="android:statusBarColor">) means:
An overridden method onCreateOptionsMenu in an Activity returns boolean value. What does this value mean?
For example, suppose that in a XML file (res/menu/menu_main.xml as an example), where menu items are described, we have such item:
To handle an options menu item click in an activity, we usually should override method named:
Working with Custom View. To define custom attributes, we can add <declare-styleable> resources to our project. It is customary to put these resources into a file:
Working with Custom View. Once you define the custom attributes, you can use them in layout XML files just like built-in attributes. The only difference is that your custom attributes belong to a different namespace. Instead of belonging to the http://schemas.android.com/apk/res/android namespace, they belong to:
Question