Top "Android-sdcard" questions

SD Card is a Secure Digital Card available with Android which acts as the External Storage Directory.

Format SD card in Android

Things should be simple, but as most of the time, in Android, aren't. I need to format the SD card …

android format android-sdcard erase
Android- Not able to select file from internal storage

I have to get image from internal storage of mobile device and upload to server. If I select image from …

android android-sdcard android-internal-storage
Recovering the deleted data from Android SD Card?

I am trying to make an Android application which would try to recover deleted content from the SD Card. How …

android android-sdcard data-recovery
How to check availability of space on external storage?

How do you check if the SD card is full or not so that your application can decide if it …

android android-sdcard android-external-storage
Android getExternalCacheDir() returns null

I am trying to implement the best practices described in Loading Bitmaps effeciently I've run into trouble because this line: …

android bitmap imageview android-sdcard
Observing changes in Android content observer for Audio.Media.EXTERNAL_CONTENT_URI

I am developing an Android app in which I have to detect changes in Android SD card for audio files …

android android-sdcard contentobserver android-mediascanner fileobserver
Android: Detect When SD Card Mounted as Disk Drive to a Computer

I am writing an application that needs to detect when the SD card is mounted as a disk drive to …

android broadcastreceiver android-sdcard
Recommended path for caching images on external memory / sd card

When I look at my sd card root directory in Android file transfer or Astro file manager it's a mess …

android android-sdcard android-external-storage
Android - Internal Storage vs External Storage when App installed on SD Card

I have an app which downloads large amounts of content (it varies between users but could be 200mb to 1GB …

android android-sdcard