Pregunta

I am new to Android. Can anyone give an idea to read bar code and Qr code without installing third party application ( without using Zxing Library). Just using phone camera only.? I am looking for ur answers..

¿Fue útil?

Solución

Zxing is the best. You can use it without installing the zxing app. You can use Zxing. It's a better customisable QR Scanning library. Something that can be easy to implement and have more control for the developer. I found some links

Alternative to zxing QR reader library for Java/Android?

Better use this :https://github.com/LivotovLabs/zxscanlib

https://code.google.com/p/android-quick-response-code/

You can use it without installing application. Just extent the CaptureActivity Class after adding zxing as library project.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top