Which of the following is useful for providing a list of off-screen navigation items when you swipe to the right or left?
a. A horizontal scroll bar
b. A vertical scroll bar
c. A DrawerLayout
d. A LinearLayout
c. A DrawerLayout
A DrawerLayout is especially useful for providing a list of navigation items that are hidden off the screen but presented when users swipe from the left or the right, or when they press the Home button from the action bar if the DrawerLayout resides to the left.
DrawerLayout should really be used only for navigation and only when there are more than three top-level views within your application.
You might also like to view...
What are the two building blocks of structured English?
What will be an ideal response?
What is the correct syntax to use to access a remote share name when using the net use command?
A) \\devicename\\sharename B) \\sharename\\password C) \\devicename\\sharename D) \\username\\password
Values can be assigned to individual elements in an array using the assignment operator.
Answer the following statement true (T) or false (F)
What security certification uses the Open Source Security Testing Methodology Manual (OSSTMM) as its standardized methodology?
A. CEH B. OPST C. CISSP D. GIAC