WCF SDK Question: Download WCF SDK 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 WCF SDK PDF Read All 71 WCF SDK Questions
Previous QuestionNext Question
How to deal with operation overloading while exposing the WCF services?List the file features used in android?