Multiple Choice
Assume that h is the height of the screen; we want to have x buttons on the screen all equidistant from each other; the height of each button is b. What is the distance between two buttons?
A) b
B) h/x
C) ( h - x * b ) /x
D) ( h - x * b ) /( x + 1 )
Correct Answer:

Verified
Correct Answer:
Verified
Q8: The parameter of onConfigurationChanged allows us to
Q9: The XML attribute for the left margin
Q10: It is possible to define the GUI
Q11: We set the android:configChanges attribute of the
Q12: Which instance variable of the Configuration class
Q14: Assuming the AndroidManifest.xml is correct, the onConfigurationChanged
Q15: The resolveAttribute method of the _ class
Q16: How do we retrieve the data stored
Q17: The getDimensionPixelSize method of the Resources class
Q18: The orientation instance variable of the Configuration