sdcard tag

3 questions


1 answers
89 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
89 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...

1 years ago

1 answers
120 views
0
Can I save the Android recording and click the button to play it?

in a pictureWhen you press the record button in the left activity, it is recorded and saved as a.3gpp on the sd card.Then I want to play the file a that I saved when I pressed the button in the activi...


© 2024 OneMinuteCode. All rights reserved.