Is main thread the same as UI thread?

Looks like it. Quoted from http://android-developers.blogspot.com/2009/05/painless-threading.html: “When an application is launched, the system creates a thread called “main” for the application. The main thread, also called the UI thread…”, Official API document.

Leave a Comment