I want to integrate ZXing in my project as a lib and I don't want my users have to download the barcode scanner app from the Google Play...

I've read a lot of things on Google but I'm not able to integrate ZXing 2.3.0 in my android project.

Could someone help me?

有帮助吗?

解决方案

Please check this library - https://github.com/embarkmobile/zxing-android-minimal. It offers a minimal ZXing setup to include directly into your app without need to download the barcode scanner app from the Google Play. It's easy to use and it's available as dependency for Gradle and Maven (no need to build original ZXing library from sources as suggested in another topic).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top