Answer the question
In order to leave comments, you need to log in
Where to store pictures taken in the application, so that the user would not delete them?
My application takes pictures, which I then send to the server. I noticed that users' snapshots disappear periodically, but the user himself cannot delete them, because they are in the cache:
data / data / <APPLICATION> / cache
String tmpDir = System.getProperty("java.io.tmpdir", ".");
Answer the question
In order to leave comments, you need to log in
Is that how it's done? Well, that is, is it correct in android?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question