Is main thread the same as UI thread?

Viewed 39939

The Android doc says "Like activities and the other components, services run in the main thread of the application process."

Is the main thread here the same thing as UI thread?

6 Answers
Related