What information and where does it come from? Is this information from the respective user or general information? What exactly is the goal / purpose of your app?
Therefore, in my guide, I always point out to explain what exactly the goal is.
Which images? Where do they come from?
Fragen über Fragen!
Also erkläre mal, worum es eigentlich geht.
*___________________
Nachtrag: Die Bilder (25-80MB) kannst du im Shared storage speichern (e.g. /DCIM/myImages/... oder /Pictures/myImages/ etc). Dann sind diese auch nach einer Neuinstallation verfügbar und es kann mit READ permission darauf zugegriffen werden.
Addendum: You can save the images (25-80MB) in the Shared storage (e.g. /DCIM/myImages/... or /Pictures/myImages/ etc). Then these are available also after a new installation and can be accessed with READ permission.
Sieh dir mal meine Übersicht hierzu an:
Bezüglich der non-media Dateien (SQLite-DB) kommst du um eine Server-Lösung nicht herum oder du musst nach der Neuinstallation mit SAF (Storage Access Framework) darauf zugreifen.
With regard to the non-media files (SQLite-DB), you cannot avoid a server solution or you have to access them with SAF (Storage Access Framework) after the new installation.