I would like to know if there is some easy way to save a map inside a file, and to be able to "preload" that map from the file, until the images are updated?
I use the map with the following code to keep in memory the bitmaps loaded from url:
B4X:
Sub Process_Globals
Public cache As Map...