Which of the following statements is false?
a. When you build an app for distribution via app stores like Google Play, you should
focus your testing on the particular android device the app is most likely to run on.
b. Some features can be tested only on actual devices.
c. If you don”t have many devices available to you, create AVDs that simulate the
various devices on which you”d like your app to execute.
d. When you configure each AVD to simulate a particular device, look up the device’s
specifications online and configure the AVD accordingly.
Which of the following statements is false?
a. Templates provide preconfigured starting points for commonly used app designs.
b. The Blank Activity template is used for a single-screen app in which most of the GUI
is provided by default. Provides an action bar at the top of the app that displays the
app’s name and can display controls that enable a user to interact with the app.
c. The Fullscreen Activity template is used for a single-screen app that occupies the
entire screen, but can toggle visibility of the device’s status bar and the app’s action bar.
d. The Master/Detail Flow template is used for an app that displays a master list of
items from which a user can choose one item to see its detailssimilar to the built-in
Email and People apps. For tablets, the master list and details are shown side-by-side on
the same screen. For phones, the master list is shown on one screen, and selecting an