Android - StrictMode
Stumbling around some old source code; I found a snippet that used StrictMode [https://developer.android.com/reference/android/os/StrictMode.html] in the Application#onCreate. It's not anything revolutionary; but it helps in larger and more complex apps to catch simple mistakes. StrictMode never helped much at…