可能重複:
Android - Barcode Scanning, Options? Zxing?
Android: Is there a way to implement the barcode scanner into an app?條碼掃描器API
我打算條形碼閱讀器集成到我的應用程序。是否已經有一個Android API?
可能重複:
Android - Barcode Scanning, Options? Zxing?
Android: Is there a way to implement the barcode scanner into an app?條碼掃描器API
我打算條形碼閱讀器集成到我的應用程序。是否已經有一個Android API?
更新:條碼檢測現在可在Google Play services。 Code lab,api docs,and a sample project。
在android中沒有API。你必須使用第三方庫。您可以嘗試Zxing.在stackoverflow上有很多與條形碼掃描有關的討論。搜索他們。很少有 Using ZXing to create an android barcode scanning app。
Android: Is there a way to implement the barcode scanner into an app?
我爲那些感興趣的人使用Google Vision API製作了一個條形碼閱讀器庫https://www.github.com/EdwardvanRaak/MaterialBarcodeScanner –
不,Android不具備任何內置的條碼掃描儀API。我認爲使用Zxing它支持掃描儀的許多格式。它現在也集成了Android。所以你可以很容易地使用這個..
和[this](http://stackoverflow.com/questions/4854442/embed-zxing-library-without-using-barcode-scanner-app)也許你也會感興趣.. – Krishnabhadra
更新:截至2015年8月14日,Android擁有條形碼掃描器。有關更多詳細信息,請參閱http://android-developers.blogspot.ca/2015/08/barcode-detection-in-google-play.html。 – Tasik