Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 zxing 库生成一个简单文本的二维码,但我找不到任何库或 API。
使用 Zxing api 进行条形扫描仪和生成器
这是一个有用的链接也是zxing
Barcode Scanner这个应用程序基于 Zxing api。您可以使用所有功能。
该IntentIntegrator方法依赖于安装 Barcode Scanner 应用程序。
IntentIntegrator
如果您不想安装第三方应用程序,您可以使用 ZXing 库并使您的应用程序成为独立应用程序。只需按照此分步指南进行操作即可。