Top "Android-file" questions

Specifically the Android `File` class, but may also refer to the generic concept of files under the Android operating system

Writing Text File to SD Card fails

I have a strange problem I've come across. My app can write a simple textfile to the SD Card and …

android android-sdcard android-file
Read/write file to internal private storage

I'm porting the application from Symbian/iPhone to Android, part of which is saving some data into file. I used …

android file-io fileoutputstream fileinputstream android-file
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
Android: How to list all the files in a directory in to an array?

I have a variable "directorypath". It has the path to a directory in sd card. Ex: "sdcard/images/scenes" Now, …

android arrays file android-file
new File(path) always actually creates a file on android?

I am trying to check if a file exits on android sd card...so i do: File f=new File(…

java android file android-file
Android - How to get selected file name from the document

I am launching the intent for selecting documnets using following code. private void showFileChooser() { Intent intent = new Intent(Intent.ACTION_…

android android-intent android-file
Android - Copy files from assets to /data/data folder

I need to use some files in my app. They are kept in asset folder. I saw discussions on SO, …

android android-file android-assets internal-storage
Database won't remove when uninstall the Android Application

I have two major questions. Database won't delete when uninstall app. Downloaded files won't delete while unstable the app. There …

android sqlite android-sqlite android-file android-database
Missing android.support.FILE_PROVIDER_PATHS meta-data

I am trying to open the pdf file which I downloaded & saved in external storage. But When I open …

android android-file android-fileprovider
Using Dropbox API to upload a file with Android

How can I upload a File (graphic, audio and video file) with Android using the Dropbox API to Dropbox? I …

android inputstream dropbox dropbox-api android-file