How all the activities that are running run in main thread?



How all the activities that are running run in main thread?..

Answer / Arti Kumari

"All active Android applications run on a single primary thread, known as the UI (User Interface) thread. However, long-running tasks such as downloads or computations should be offloaded to background threads to prevent application freezes"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What items are important in every android project?

1 Answers  


Where are permissions declared?

1 Answers  


Who invented android os?

1 Answers  


What is the manifest file and how is it used?

1 Answers  


Is jelly bean a version of android os?

1 Answers  


How long does compatibility take?

1 Answers  


Is google the owner of android?

1 Answers  


Explain the application of shared preference?

1 Answers  


Explain activity lifecycle briefly.

1 Answers  


What’s up with all these different versions of Android, like "Donut," "Cupcake" and "Froyo"?

1 Answers  


How to select more than one option from list in android xml file? Give an example.

1 Answers  


What is settings.gradle?

1 Answers  


Categories