Which database to use for saving and retrieving images from local storage

I am making an app that should allow the user to click images from their phone camera and also pick images from their storage, name them and search for them inside the app via a search bar. I am done with the UI, but stuck on database… which database should I use for this purpose? (the app doesn’t require the user to sign in and all, it’s an offline app)

When you pick an image from your phone, it is copied to the application’s local folder.

You need to use a local table where to store the filename and any additional information.

image

image

Check this example project image_db.pma (20.7 KB)

image

I can’t thank you enough Michael. Thank u so much for the reply and the pma file, it definitely cleared out a lot of my doubt.


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.