What I want to do: To scan barcodes and list the information of them on the one screen. eg. Book 1 = $30 , Book2 = $21
Something like that.
What I am referencing:
I found this http://as400samplecode.blogspot.com/2011/09/android-barcode-scanner-using-zxing.html and Scanning Barcodes (ZXing) in a own Thread and displaying a ProgessDialog also Using ZXing to create an android barcode scanning app
From those I realized that I have to import IntentIntegrator, but when I import, I got several errors in that class like this :
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} must override a superclass method
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} must override a superclass method
Please kindly light me up with some examples. Because I have been reading for 5 hours and I have no idea how the thing should look like.