Which is Not a rule for Android single thread model?

Which is Not a rule for Android single thread model?



A. Do not block the UI thread
B. Do not access the Android UI toolkit from outside the UI thread
C. Do manipulation of the UI from both UI thread and Worker thread to increase performance


Answer: C


Learn More :