0

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?

flx
  • 14,146
  • 11
  • 55
  • 70
Florian Mac Langlade
  • 1,863
  • 7
  • 28
  • 57
  • http://stackoverflow.com/questions/4782543/integration-zxing-library-directly-into-my-android-application?rq=1 – Code Painters Feb 12 '14 at 14:03
  • Ok thanks, but this example show how to generated a qr code but I want my app read codes... ;) – Florian Mac Langlade Feb 12 '14 at 14:34
  • Please read the 'answer' to that question above. If there is something there that doesn't make sense or run into another question ask a follow up question. That answer should cover your question. – cbrulak Feb 12 '14 at 15:14
  • The Q/A I linked shows everything you need to embed ZXing in your project, which should be more than enough to start with. – Code Painters Feb 12 '14 at 15:19

1 Answers1

1

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

makovkastar
  • 5,000
  • 2
  • 30
  • 50