android-sdcard tag

2 questions


1 answers
114 views
0
How to write an sd card to a specific folder on Android.

Below is the code for downloading files from my server.I write the download file to the root directory of the sd card, but it works well!package com.downloader;import java.io.File;import java.io.FileO...


1 answers
104 views
0
How do I find the path to an external SD card in Android 4.0 and later?

The Samsung Galaxy S3 has an external SD card slot, mounted on the /mnt/extSdCard path. Environment.getExternalStorageDirectory() How can I find a path through code like this? The above code will retu...

2 years ago

© 2024 OneMinuteCode. All rights reserved.