Android:有没有办法将条码扫描仪实现到应用程序中?

发布于 2024-08-30 09:44:16 字数 1436 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

浮光之海 2024-09-06 09:44:16

以下是用于扫描条形码的第三方库的示例:https:// github.com/zxing/zxing/wiki/Scanning-Via-Intent

Here is an example of a third-party library for scanning barcodes: https://github.com/zxing/zxing/wiki/Scanning-Via-Intent

一萌ing 2024-09-06 09:44:16

由于我不是经验丰富的 Android 开发人员,我不知道是否可以通过沙箱在应用程序之间来回交谈。不过,有一个名为 zxing 的条形码扫描仪,它是“一款开源、多用途的”用 Java 实现的格式一维/二维条形码图像处理库,我们的重点是使用手机上的内置摄像头拍摄和解码设备上的条形码,而无需与服务器通信。”

看起来很可靠,所以我建议使用它。

As I am not an experienced Android developer, I don't know if you can talk back and forth between applications due to sandboxing. However, there is a barcode scanner called zxing which is "an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Our focus is on using the built-in camera on mobile phones to photograph and decode barcodes on the device, without communicating with a server."

Seems pretty solid, so I would recommend using that.

稚气少女 2024-09-06 09:44:16

如果您更喜欢使用 App Inventor 创建应用程序,可以使用基于 ZXing 库的条形码模块:http://appinventor.googlelabs.com/learn/reference/components/other.html#BarcodeScanner

If you are more comfortable creating apps using App Inventor, there is a barcode module based off of the ZXing library: http://appinventor.googlelabs.com/learn/reference/components/other.html#BarcodeScanner

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文