查找应用程序 ZXing 的 Android 条形码结果
我正在尝试编写一个使用 ZXing 条形码扫描仪应用程序的应用程序。我已经让应用程序使用意图来获取结果。我得到了 UPC 代码和返回的 UPC 类型,这很酷。
如果我单独使用扫描仪应用程序,而不是从我的应用程序链接,扫描仪会进行查找并返回来自谷歌产品搜索的各种信息。
由于扫描仪应用程序已经做到了这一点,有没有办法将相同的数据返回到我的应用程序中?
我对 Android 和 Java 还不太了解,所以如果有人有办法做到这一点,请给我足够的信息,以便我可以让它工作。
谢谢你!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它直接访问 Google 产品搜索。您可以访问 http://code.google.com/p/zxing 查看其源代码,在
android/
下,查看它的作用。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.