I wan to build a simple price-book app with 30 or so products. Each product has a single image. Rather than have the images be downloaded every time the page is loaded, I'd like to put the images in the app, itself. Since the app will be used in the field with LTE connections, I'd like to conserve bandwidth where possible.
The problem is: how can I map the "Products" in the remote database with their local images in the app? Could I do something as simple as putting the name of the image in the database in a field called "local_image_name" or something?