Zbar vs zxing vs Google barcode api

Dharmita bhatt picture Dharmita bhatt · Aug 26, 2016 · Viewed 8.8k times · Source

I'm developing android application for qr code scanner , I tried both Google android barcode API and zxing , but still confused which is better to use , and I have to develope one more application to generate barcode , is there any other library than zxing for generations of Qr code. One app will generate qr code and other app will scan it. Is it beter if I use zxing for both app.

Answer

RamithDR picture RamithDR · Aug 26, 2016

I would personally use ZXing library for both tasks, I recently was able to successfully implement a simple Qr-Code scanning and generating app quite easily.

Let me know if you need any help with the implementation.