简体   繁体   English

android-如何使用一个扫描仪扫描条形码和QR码

[英]android - How to scan barcode and QR Code using one Scanner

I need the scanner that scans the bar code as well as QR code.For this i saw one App in the Play Store is QR Barcode Scanner .But i don't how to integrate this to android application. 我需要扫描条形码和QR码的扫描仪。为此,我在Play商店中看到一个应用程序是QR Barcode Scanner 。但是我不知道如何将其集成到Android应用程序中。 I want the best scanner either it is free or paid and that is easily integrate to android application.Please give me your valuable suggestions 我想要最好的扫描仪,无论是免费的还是付费的,都可以轻松集成到android应用程序中。请给我您的宝贵建议

thanks 谢谢

I would recommend to use zxing (http://code.google.com/p/zxing/). 我建议使用zxing(http://code.google.com/p/zxing/)。 It provides a number of way to integrate bar code/QR code scanning. 它提供了多种方法来集成条形码/ QR码扫描。

Personally I like the method using intent. 我个人喜欢使用意图的方法。 It is very easy and robust soultion. 这是非常简单而强大的灵魂。 You can read more from here . 您可以从这里阅读更多内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM