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 |
What items are important in every android project?
Where are permissions declared?
Who invented android os?
What is the manifest file and how is it used?
Is jelly bean a version of android os?
How long does compatibility take?
Is google the owner of android?
Explain the application of shared preference?
Explain activity lifecycle briefly.
What’s up with all these different versions of Android, like "Donut," "Cupcake" and "Froyo"?
How to select more than one option from list in android xml file? Give an example.
What is settings.gradle?