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.
我的任务是在我们的应用程序中集成一个 QR 码阅读器。
我用过这个Zebra Crossing (ZXing)库,这个库的问题是,它重定向到市场下载一个APK文件来扫描二维码和条形码。
Zebra Crossing (ZXing)
是否有任何库可以集成到应用程序中而无需从市场上下载任何类型的 apk。
对此的任何建议都会有所帮助。
您应该为这项任务使用意图,而不是重新发明轮子。从谷歌看这个例子。这就是它的工作方式。