- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我如何导入 Zxing IntentIntegrator 类以在我的项目中使用它,它是一个库项目吗?
最佳答案
您需要使用 ant
将其项目编译为 JAR,然后将该 JAR 添加到您的 Android 项目的 libs/
目录中。 Here is a sample app demonstrating the use of IntentIntegrator
, 如果您愿意,欢迎您从该项目的 libs/
目录中复制 JAR(尽管它可能不是 ZXing 代码的最新和最好的版本)。
关于android - 如何在android中导入Zxing IntentIntegrator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11244837/
我如何导入 Zxing IntentIntegrator 类以在我的项目中使用它,它是一个库项目吗? Zxing IntentIntegrator 最佳答案 您需要使用 ant 将其项目编译为 JAR
我们的项目包括制作一个处理团体付款的应用程序。您可以通过扫描包含您要加入的群组 ID 的二维码来加入群组。我们制作了一个 Activity “AddOrJoinActivity”,您可以在其中创建或加
我对 ZXing 比较陌生,一直在探索他们的 API。我看过Using ZXing to create an android barcode scanning app和 getting scan re
我想在 Android 中为 IntentIntegrator 创建一个对象。 IntentIntegrator integrator = new IntentIntegrator(ZBarReade
我想以纵向布局启动 BarcodeScanner(因为我的整个应用程序都是纵向布局)。我也想知道,是否可以从 Google Play 一次安装两个应用程序(您在 list 文件中向 Barcode S
我做了一些研究(Stack Overflow 和网络),发现还有其他一些关于 Google Goggles 的问题以及将其与 Android 一起使用的可能性;通过一个 Intent 。我意识到它没有
我正在使用 ZXing Library 通过 Intent 从 Android 应用程序扫描条形码和 QR 码和 its port of the Android Application .我在我的 G
我是一名优秀的程序员,十分优秀!