android - 如何在不使用 phonegap 的情况下在我的 android 应用程序中实现二维码阅读器?

标签 android qr-code barcode-scanner

<分区>

我想用我的 android 应用程序实现 QR 扫描仪,但我没有得到任何完美的解决方案 我想要一个不使用 ZXing 或 phonegap 的内置扫描仪。

最佳答案

您可以将 ZXing 用作内部库,而不是要求用户安装条码扫描器。

其实你可以使用Barcode Scanner源代码: http://code.google.com/p/zxing/downloads/list

关于android - 如何在不使用 phonegap 的情况下在我的 android 应用程序中实现二维码阅读器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11642756/

相关文章:

ios rectOfInterest AVCaptureMetadataOutput 忽略

android - AAPT:错误:找不到资源样式/zxing_CaptureTheme(又名.....app:style/zxing_CaptureTheme)

android - 像android中的常规一样工作的不可见/透明按钮?

android - 更改已禁用微调器 Android 的颜色

android - 如何从接收器调用服务

android - 在没有java的情况下在android上扫描QR码

c# - 使用 IKVM 在 C# 中进行 zxing

javascript - 如何在 Ionic 2 中使用条形码扫描仪重定向到其他 View

android - Webview "mailto:"链接和 "tel:"链接使用 Intent.ACTION_VIEW 工作,但是我如何添加唯一的主题即 "mailto:"链接

json - 如何解码 JSON 字符串中的 Base 64 字符串以生成 UIImage?