开发者

Android Bar Code results from lookup into app ZXing

开发者 https://www.devze.com 2023-02-18 16:30 出处:网络
I am trying to write an app that uses the ZXing bar code scanner app.I have made the app use the intent for the results.I get the UPC Code and the UPC type returned which is cool.

I am trying to write an app that uses the ZXing bar code scanner app. I have made the app use the intent for the results. I get the UPC Code and the UPC type returned which is cool.

If I use the scanner app by itself, rather than linked from my app, the scanner does a lookup and returns all kinds of info from google product search.

As the scanner app already does this, is there a way to get that same data back into my 开发者_运维技巧app?

I am not that knowledgeable with Android and Java yet, so if anyone has a way to do this please give me enough info so I can make it work.

thank you!


It is accessing Google Product search directly. You can look into its source code at http://code.google.com/p/zxing, under android/, to see what it does.

0

精彩评论

暂无评论...
验证码 换一张
取 消