Skip to content
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

Open
george-sp opened this issue Apr 29, 2016 · 6 comments
Open

Research for QR codes Generator API #13

george-sp opened this issue Apr 29, 2016 · 6 comments
Assignees

Comments

@george-sp
Copy link
Member

george-sp commented Apr 29, 2016

I found this: QR generator API

Maybe we could find a generator with an image in the middle.

FORMAT

{
   "iban":  "IBAN1234567890",
   "amount-of-money": "1005"
}
@rdok
Copy link
Member

rdok commented Apr 29, 2016

We need a library that runs locally:

  • Security reasons.
  • Performances.

Seems this one fills those criteria:
https://github.com/zxing/zxing

@rdok
Copy link
Member

rdok commented Apr 29, 2016

Changing to https://github.com/journeyapps/zxing-android-embedded due to complexity.

@rdok
Copy link
Member

rdok commented Apr 29, 2016

And back to https://github.com/zxing/zxing due to missing generator. -.-

@rdok rdok changed the title Find an API to generate QR codes Generate QR codes Apr 30, 2016
@rdok
Copy link
Member

rdok commented Apr 30, 2016

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.

http://barcode4j.sourceforge.net/

@rdok
Copy link
Member

rdok commented Apr 30, 2016

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

@george-sp george-sp changed the title Generate QR codes Research for QR codes Generator API Apr 30, 2016
@rdok rdok closed this as completed Apr 30, 2016
@PadawanTony
Copy link
Member

@rdok @george-sp Guys is this issue done?

  1. We don't have the logo in the middle of the QR Code
  2. If it is done, please make sure to remove it's labels before closing it and also update Trello.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants