Top "Android-file" questions

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

Convert a file (<100Mo) in Base64 on Android

I am trying to convert a file from the sdcard to Base64 but it seems the file is too big …

android file base64 android-file
Where to store sound files in the project and what solution to chose for storing references to them?

I'm making some fancy app which requires lot of short sounds for its use. Got few questions You might be …

android android-file android-music-player
How to share *.txt file in android

I tried many ways but I can't do this. I have a *.txt file. I want to share it via …

android android-file android-sharing
file.delete() from android internal storage return false

I have a method to download a image from url and save it in a folder at Internal storage public …

android file file-io android-file internal-storage
Android: Open file with intent chooser from URI obtained by Storage Access Framework

In the beginning the user can select files with the new Storage Access Framework (Assuming the app is API>19): …

android android-intent android-file storage-access-framework android-afilechooser
getExternalFilesdir Fail

OnActivityCreated I'm doing: activity.getExternalFilesDir(Environment.DIRECTORY_PICTURES); In logcat I get: com.package W/ContextImpl﹕ Failed to ensure directory: /…

android android-file
Open folder content with default file manager in android

I am working with pdf files in my android app. In a Alert Dialog pressing "Yes" should open the pdf …

android android-intent intentfilter android-file
Choose internal storage and external storage

What does internal storage and external storage mean in android ? Ιs external storage a micro SDcard and internal storage phone …

android android-file
Android: Failed to ensure directory when getExternalFilesDir(null)

As shown in the title, when I called the method getExternalFilesDir(null), i got a warning like this: Failed to …

android android-file