Which is the correct description of playing a movie using the VideoView class?
A. You can specify a URI to the source.
B. A MediaController instance is required.
C. A MediaPlayer instance is required.
D. You need to define the video in an XML file.
Which of these is the correct explanation of debugging using the Android Debug Bridge (adb) with a mobile device? (Assume that the development environment is a Windows machine)
A. On the terminal, set HOSTADR=
B. On the terminal, set ADBHOST=
C. On the terminal, set ADBIP=
D. On the terminal, set HOSTIP=
Which of these is the incorrect explanation of a Theme?
A. A tag-format theme can be specified in the AndroidManifest.xml.
B. In the