Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Strictmode

Strict Mode In Android 2.2

I have target sdk set as 3.2 and min sdk as 2.2, how can I use strictmode in my application, as I u… Read more Strict Mode In Android 2.2

Android StrictMode Policy

Running into some ANR issues with an android application so I implemented the StrictMode policies. … Read more Android StrictMode Policy