Multiple Choice
One of the spec methods of GridLayout has the following API:
Public, static GridLayout.Spec spec( int s1, int s2 )
What do s1 and s2 represent?
A) Nothing, these parameters are useless.
B) s1 is the number of rows, and s2 is the number of columns.
C) s1 is the starting index, and s1 is the size.
D) s2 is the size, and s1 is the starting index.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: The View.OnClickListener interface can be implemented to
Q7: Adding a Null GUI component to a
Q8: The Color class in the android.graphics package
Q9: _ is a layout manager class that
Q10: It is possible to retrieve the width
Q12: What method do we use to set
Q13: If TicTacToe is the class for the
Q14: In order to implement game play inside
Q15: The getDefaultDisplay method from the WindowManager interface
Q16: A GUI cannot be defined programmatically; we