filesystems - Where in Android should I store photos that need to be uploaded to a server? -
These photos should not go to the user's gallery. The user will take one or more photos (maybe dozens), which needs to be processed and then uploaded to a server in the background. I do not want to use the Where can I place these pictures for semi-permanent storage? Can I just make my own directory, or is there any way I can call to get the proper directory? Can I just make my own directory, or is there any method Can I call for getting the proper directory? getFilesDir () use Activity.getCacheDir () because the photo can be deleted before uploading. After the photo is uploaded successfully, they will be deleted.
activity or other
reference , or some subdirectories you make from there.
Comments
Post a Comment