| 11. |
Which of the following is Dialog classes in android?
|
||||||||
|
Answer:
Option (d) |
| 12. |
Android tries to _____ low-level components, such as the software stack, with interfaces so that vendorspecific code can be managed easily.
|
||||||||
|
Answer:
Option (b) |
| 13. |
What is contained within the layout xml file?
|
||||||||
|
Answer:
Option (a) |
| 14. |
The _____ file specifies the layout of your screen?
|
||||||||
|
Answer:
Option (a) |
| 15. |
Which of the following are UI elements that you can use in a window in an Android application?
|
||||||||
|
Answer:
Option (d) |
| 16. |
Which of the following can you use to display a progress bar in an Android application?
|
||||||||
|
Answer:
Option (d) |
| 17. |
What is the parent class of all Activity widgets?
|
||||||||
|
Answer:
Option (c) |
| 18. |
You can create a custom view by extending class
|
||||||||
|
Answer:
Option (c) |
| 19. |
Which of the following android view sub-classes uses the WebKit rendering engine to display web pages?
|
||||||||
|
Answer:
Option (b) |
| 20. |
_____ views are commonly used views such as the TextView, EditText and Button Views
|
||||||||
|
Answer:
Option (a) |