Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “getExternalStorageDirectory()”:

How to Correctly Store App-Specific Files in Android

By

Christophe Versieux (Waza_be) posted a rant about android developers’ bad habit to store files directly on the root of the sd card. I completely agree with the post. It’s bad usage to create app-specific folders directly at the root. If you install a lot of apps, the sd card’s root gets cluttered fast. One comment […]  Continue Reading  “How to Correctly Store App-Specific Files in Android”