Currently, I have 10 images assigned to image object that are always there (image buttons). Everytime the app is started, it downloads the images from the appery site.
I would like to use this concept:
Create a db table with all button images in it. When the user first downloads the app, the app will look for a flag and since not set, call a service to download the images to app and store in local storage. Assign them to image objects.
Next time the user starts the app, the button images are loaded from local storage.
Will it work? and how?