Hi!
Are there any solutions for saving images locally for users that are offline? I have a SQLlite database that is stored locally, and based on the content in the database, I would like specific images to display which would have been downloaded last time online.
ie The user would save a list of shopping items locally and there would be images that match up with the items that would be displayed. The shopping items themselves are created dynamically and stored on the server, with images being culled from various APIs.
Thanks!
Andrew