Embed Zxing library without using Barcode Scanner app [duplicate]
It’s really easier to just integrate via Intent. More reliable, and you get updates automatically. While I don’t advise it… The complete source code is available from the ZXing project. You want to build core.jar from core/ and put it in your Android lib/ folder to include the core decoder in your app. You do … Read more