Multiple Choice
What is the correct definition of an item inside a style (assuming that the color abc is correctly defined in colors.xml) ?
A) < item name="android:background">< /item>
B) < item name="android:background">@color/abc< /item>
C) < item name="android:background">abc< /item>
D) < item name="android:background">color/abc< /item>
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Two constants that can be used as
Q11: If we want to handle persistent data
Q12: When a button is clicked on by
Q13: In order to retrieve a View that
Q14: A Model can be used only in
Q15: To position Views relative to each other,
Q16: Which class is not a subclass of
Q18: Which class enables the user to enter
Q19: The _ interface provides three methods that
Q20: Button is a subclass of TextView.