Android Best Practices: StrictMode

A recent update to the Android platform added a new class called StrictMode (android.os.StrictMode). This class can be used to enable and enforce various policies that can be checked for and reported upon. These policies generally include best-practice type coding issues, such as monitoring for actions done on the main thread that shouldn’t be and […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *