android-internal-storage Questions

2

When I fresh install app, I notice most of the app will have a folder created in Internal Storage > Android > Data > com.example.package folder. For example its facebook app it will be something li...
Frantz asked 15/4, 2019 at 10:7

1

I am trying to open and edit a word document located in my external storage in my Xamarin.Android App with MS-Word with this code: File wordFile = new File(wordFilePath); wordFile.SetWritable(true...

1

Solved

I am trying to download my mp3 file and want to save it to internal storage at a specific location. But every time my download is failing. Logcat error message 01-01 08:36:09.295 154-748/android....

2

Solved

I want to download some audio files from the internet. I want to use downloadmanager to download this file but I don't know how to save these files to a specific internal storage location in androi...

2

Solved

I'm very new to android development and I need a beginners help please... I am creating an app that should have 2 directories, a Databases directory and an Images directory, just like Whatsapp has...

1

Solved

According to this question I used a custom ImageGatter class to display images that I'm getting from a server in TextView using Picasso public class PicassoImageGetter implements Html.ImageGetter...

1

Solved

I created an app which can import file in its internal storage. In order to open a file with an external app (for example PF viewer or Photos) I tried to follow these guides: the official guide, t...
Photosynthesis asked 19/1, 2017 at 8:31

1

Solved

I am saving a file on internal storage. It is just a .txt file with some information about objects: FileOutputStream outputStream; String filename = "file.txt"; File cacheDir = context.getCach...

0

When thinking about this question I asked, I wondered: Is there really no way of finding out if a adopted SD is present? With a Motorola G3 there were two paths returned by getExternalFilesDirs() w...

0

I have a App that uses 3 kinds of storage: The internal storage, a external SD and if Version >= 6.0 a SD which is formatted as internal. I get the external SD path by using getExternalFilesDirs(),...
1

© 2022 - 2024 — McMap. All rights reserved.