Using ZXing initially to obtain product information using a barcode number
I am developing an application that uses a barcode to get product information of products after scanning a barcode.
I don't want the user to install the ZXing barcode app separately, so I entered the ZXing code into my project.
So, I managed to get the barcode identification number. But I don't know how to get product information like name, manufacturer, price, etc. Out of the number using the ZXing code. Since I am a bit new to android, the ZXing code for getting product information is hard for me.
So, I need basic steps to extract product information from barcode ID.
Please, help..
+3
source to share
2 answers