adspace
How all the activities that are running run in main thread?
Answer Posted / 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 View All Answers