By default, an Android app uses a single thread, called the ____________ to display the user interface. Any task that can slow or stop the responsiveness of this should be run in a separate thread.

By default, an Android app uses a single thread, called the ____________ to display the user interface. Any task that can slow or stop the responsiveness of this should be run in a separate thread.



Answer: UI thread


Learn More :