Android Software Engineer Question: Download Android Software Engineer PDF

Tell me how to avoid ANR status?

Tweet Share WhatsApp

Answer:

Android allows the system to protect the applications that are not responsive for a period of time by displaying a status called as ANR (Application not responding). Methods should use the main thread for work, as it takes long time for the main thread to complete the task. The work should be divided and another thread named as child thread be used for executing more tasks, as it takes less time. Main thread should provide a handler for child threads to post back upon completion.

Download Android Software Engineer PDF Read All 62 Android Software Engineer Questions
Previous QuestionNext Question
Explain android?What is file features used in android?