Multiple Choice
A dialog must be displayed from the GUI thread. You call Activity method ________ to specify a Runnable that should execute in the GUI thread.
A) runOnUiThread
B) executeOnUIThread
C) uiThread
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: View method onTouchEvent determines when the user
Q4: Pass _ to an AudioAttributes.Builder object’s
Q5: Only one thread at a time can
Q6: To process simple touch events in an
Q7: All updates to an app's user interface
Q9: Games, often require complex logic that should
Q10: Game developers often use full-screen themes, such
Q11: Which of the following statements is false?<br>A)
Q12: Canvas's _ method draws a circle.<br>A) drawOval<br>B)
Q13: The Android documentation recommends that games use