Top "Android-sdcard" questions

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

How do I transfer an image from its URL to the SD card?

How can I save an images to the SD card that I retrieve from the image's URL?

android image download android-sdcard
Copy files from a folder of SD card into another folder of SD card

Is it possible to copy a folder present in sdcard to another folder present the same sdcard programmatically ?? If so, …

android copy directory android-sdcard android-file
Displaying images from a specific folder on the SDCard using a gridview

I'm attempting to create a gridview that is loaded with images from a specific folder that resides on an SDCard. …

android gridview uri android-sdcard bitmapfactory
is there a maximum size to android internal storage allocated for an app?

I want to save a json file with all the application data (something similar to preference) but im not sure …

android storage android-sdcard
How to tell if the sdcard is mounted in Android?

I'm working on an Android application that needs to look at what images a user has stored. The problem is …

android android-sdcard
How to check if a file exists in a directory in sd card

I want to check whether a given file exists in android sd card. I am trying it out with creating …

android file android-sdcard
Do I have to declare both WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE?

Is it enough to declare <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> or do I also have …

android permissions android-sdcard
ExoPlayer - play local mp4 file in SD card

I am using the Exoplayer Demo app and want to preload a MP4 video from SD card. I have tried …

java android android-sdcard exoplayer
SQLite database on SD card

I'm looking to create a sqlite database on the sd card (don't want to use up the user's internal storage). …

android sqlite android-sdcard
How to get the Uri of a image stored on the SDCARD?

I need to get the URI of a image stored on the SDCARD. When i want to get the Uri …

android uri android-sdcard