-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research for QR codes Generator API #13
Comments
We need a library that runs locally:
Seems this one fills those criteria: |
Changing to https://github.com/journeyapps/zxing-android-embedded due to complexity. |
And back to https://github.com/zxing/zxing due to missing generator. -.- |
zxing library uses Barcode4J in order to generate QR code. Since @george-sp has already implemented a QR code scanner we don't have to use the zxing library at all, instead we're moving to Barcode4J. |
Here is a step-by-step guide on how to generate and display QR code using ZXing library without having to install the third-party application: http://stackoverflow.com/a/15510698/2790481 |
@rdok @george-sp Guys is this issue done?
|
I found this: QR generator API
Maybe we could find a generator with an image in the middle.
FORMAT
The text was updated successfully, but these errors were encountered: