[Solved] Why not do all the operations in the main thread(Android)? [closed]

From the docs: When an application is launched, the system creates a thread of execution for the application, called “main.” This thread is very important because it is in charge of dispatching events to the appropriate user interface widgets, including drawing events. In other words, ALL UI-related tasks occur on the same thread, and it … Read more