Top "Android-sdcard" questions

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

how to hide images from android gallery

One part of my current project is downloading images from URL then saving to SDCard. But the problem is all …

android android-sdcard android-gallery
Stop saving photos using Android native camera

I am using native Android camera and save file to my application data folder (/mnt/sdcard/Android/data/com.company.…

android native android-camera android-sdcard android-camera-intent
Why getExternalFilesDirs() doesn't work on some devices?

My app runs on Android 5.0. I use method getExternalFilesDirs() to check if external SD card is available. If it returns …

android android-sdcard android-external-storage
Check if the SDCard is present, boolean is always true

In my splash screen, I want to check if the phone has a SDCard. The Boolean statement is beneath: Boolean …

android splash-screen android-sdcard
WARNING: File.mkdir() is ignored

I've created a basic Audio Recording App using Media Recorder API's. I'm trying to create a folder in the SD …

android audio-recording sd-card android-sdcard
Get path of song from SD card in android

In my android application I want to fetch song from SD card but I am not able to get the …

android media-player android-mediaplayer android-sdcard android-sdk-2.1
Android 5.0 DocumentFile from tree URI

Alright, I've searched and searched and no one has my exact answer, or I missed it. I'm having my users …

android storage android-sdcard documentfile
Restoring SQLite DB file

I'm implementing a backup/restore system in my android app. An automatic backup occures every couple of minutes. I'm trying …

android sqlite android-sdcard database-backups database-restore
Android: FileObserver monitors only top directory

According to the documentation, "Each FileObserver instance monitors a single file or directory. If a directory is monitored, events will …

android android-sdcard fileobserver
Saving files on external storage on Nexus 7 and retrieving from PC

For my project I want to be able to save sensor data to a file, and be able to access …

android file-io save android-sdcard nexus-7