Specifically the Android `File` class, but may also refer to the generic concept of files under the Android operating system
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-fileI'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-fileIs 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-fileI have a variable "directorypath". It has the path to a directory in sd card. Ex: "sdcard/images/scenes" Now, …
android arrays file android-fileI am trying to check if a file exits on android sd card...so i do: File f=new File(…
java android file android-fileI am launching the intent for selecting documnets using following code. private void showFileChooser() { Intent intent = new Intent(Intent.ACTION_…
android android-intent android-fileI 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-storageI 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-databaseI am trying to open the pdf file which I downloaded & saved in external storage. But When I open …
android android-file android-fileproviderHow 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