SD Card is a Secure Digital Card available with Android which acts as the External Storage Directory.
One part of my current project is downloading images from URL then saving to SDCard. But the problem is all …
android android-sdcard android-galleryI 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-intentMy 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-storageIn my splash screen, I want to check if the phone has a SDCard. The Boolean statement is beneath: Boolean …
android splash-screen android-sdcardI'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-sdcardIn 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.1Alright, 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 documentfileI'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-restoreAccording to the documentation, "Each FileObserver instance monitors a single file or directory. If a directory is monitored, events will …
android android-sdcard fileobserverFor 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