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...
Logarithmic asked 24/5, 2019 at 6:32
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....
Oglethorpe asked 11/6, 2021 at 7:24
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...
Reubenreuchlin asked 10/6, 2021 at 10:55
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...
android-studioandroid-external-storageandroid-studio-3.1android-internal-storageandroid-studio-3.1.3
Ploy asked 27/7, 2018 at 21:43
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...
Padgett asked 7/2, 2019 at 11:16
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...
Surcingle asked 20/11, 2016 at 11:21
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...
Fastback asked 30/6, 2016 at 12:38
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(),...
Ivan asked 30/6, 2016 at 8:14
1
© 2022 - 2024 — McMap. All rights reserved.