Interview Questions

What is the risk in blocking the Main thread when performing a lengthy operation such as web access or heavy computation?

Android Interview Questions and Answers


(Continued from previous question...)

What is the risk in blocking the Main thread when performing a lengthy operation such as web access or heavy computation?

Application_Not_Responding exception will be thrown which will crash and restart the application.

(Continued on next question...)

Other Interview Questions