Search code examples
androidbarcode-scanner

Android - Barcode scanner


I need to create an app that one of the feature will have an barcode scanner. I was searching for some code examples to make an barcode scanner but i haven't found any full example code.

Only thing that I found was an code example that works with Zxing app. But I don't want execute any secondary app. I want to have all-in-one.

Anyone knows some example?

Thanks.


Solution

  • ZXing is open source! If you realy want to implement your own barcode scanner then have a look in the source.

    You can browse the code online here, it is licensed as Apache Licence 2.0.