Created by Alex Neves
almost 9 years ago
|
||
How many threads does an Android Application have?
Each activity has its own thread: True or False?
What is a Looper?
Give an example of how the OS uses Loopers
What happens if an event takes longer than 5 seconds to process?
What are the 2 golden rules related to threading on Android?
What is a Handler?
How are Handlers communicated with?
How can we safely access the UI from outside of the UI thread?