StrictMode is a developer tool which can be used to detects errors that are very hard to identify. Generally it detects things you might be doing by accident. StrictMode is a handy way to catch accidental disk or network access on the application’s main thread. You can make much smoother/responsive UI, prevent ANR dialogs from […]