(True/False) Like other resources, style resources are placed in the app’s res/values
folder. When you create a project, the IDE creates a styles.xml file containing
predefined styles. Each new style you create specifies a name that’s used to apply that
style to GUI components and one or more items specifying property values to apply.
(True/False) Google sells your apps for 99 cents on Google Play.
(True/False) When you call the AsyncTask’s execute method, doInBackground performs
the task in the GUI thread.
(True/False) You want to ensure that the game operates at the same speed regardless of
how fast the device is. If the time between frames is larger (i.e., the device is slower),
the game elements should move less when each frame of the animation is displayed. If
the time between frames is smaller (i.e., the device is faster), the game elements should
move further when each frame of the animation is displayed.