What contains only two child View controls with only one being shown at a time?

a. A GridView control
b. A ViewSwitcher control
c. A ViewPager control
d. An AlternateView control

b. A ViewSwitcher control

A ViewSwitcher control contains only two child View controls, and only one of those is shown at a time. The control switches between the two, animating as it does so.

Computer Science & Information Technology

You might also like to view...

Suppose two header files t1.h and t2.h contain the declarations for class T. What happens if you include both header files in your program?

A. The program will compile fine and the first header file that is included is used. B. You will get multiple declaration error if the header files don't have the include guard. C. The compile will automatically decides which implementation to use. D. The program will compile fine and the first header file that is included is used if the header files have the include guard.

Computer Science & Information Technology

A meeting organizer schedules a meeting by creating a meeting ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology