【发布时间】:2015-06-19 11:32:15
【问题描述】:
“zxing Barcode”扫描仪在我的应用程序中成功运行
https://github.com/journeyapps/zxing-android-embedded
我想在小窗口中心的同一个 Activity 上打开扫描屏幕(即 Intent)
我怎样才能得到这种类型的接口?
【问题讨论】:
标签: android android-intent android-camera zxing barcode-scanner
“zxing Barcode”扫描仪在我的应用程序中成功运行
https://github.com/journeyapps/zxing-android-embedded
我想在小窗口中心的同一个 Activity 上打开扫描屏幕(即 Intent)
我怎样才能得到这种类型的接口?
【问题讨论】:
标签: android android-intent android-camera zxing barcode-scanner
您可以使用Journey's Library。您可以将扫描仪用作图像或文本的组件。它基于 ZXing。 =)
【讨论】:
barcodeView.decodeContinuous(callback) 并在事件中调用barcodeView.decodeSingle(callback),例如OnClickListener。