I am trying to build an app which scans QR code and barcode of a particular object for which purpose I am using zbar sdk.
I have used an image view and a text view to display the contents of the objects I scanned. I want a beep sound after I scan a particular image and also I need an option to modify the settings such that if I want I can scan either a bar code or a QR code. I also want to store a history of all the recent images I scanned.
Should I use core data for storing it? Can I modify settings of zbar sdk?