I am wondering one thing, when you scan a bar code with ZXing scanner, how to go and get the result of the barcode data from Google Product database ?
I already got a database to store the scanned result btw.
I have no clue recently though I have read some of the stackoverflow topics regarding with this topic.
Research that I have done so far:
I have been looking into this :https://developers.google.com/shopping-content/getting-started/usingapi-products
But I don’t understand… because i m not sure if Android includes the JSon and Atom?
I know this question is so general but I need some explanations as well because I didn’t understand it.Thank you ! 🙂
You can simply search barcodes by opening the browser with the following URL: http://www.google.com/m/products?q=YOUR_BARCODE
Or you can use Google Search API for Shopping if you like to handle the result on your own (show results/offers in your app). In that case you are restricted to 2500 requests per day (http://code.google.com/intl/de-DE/apis/shopping/search/v1/getting_started.html)