Question

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?

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top