Wednesday, February 19, 2014

What is the use of Strict Mode in Android developer mode

Strict Mode is a mode which is used by developer as a preventive tool which helps them in finding flaw in there code by detecting the part of code which was is using unwanted resources of the device and due to which your application is going to crash, this tools is used to setup thread and virtual machine policies for any application and getting alert when any violation of these policy happen. It helps in avoiding (application not responding) ANR message of your live application or production builds.

This tool is used in development phases.

For detailed description you can goto android developer site: http://developer.android.com/reference/android/os/StrictMode.html