alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

Any Java samples? #45

Closed YohannesTz closed 10 months ago

YohannesTz commented 10 months ago

I am trying to implement a custom QR like the ones provided in the examples (Instagram to be specific) code in Java. I have attempted to use the builder but was not successful.

can any one provide me with examples?

thanks.

alexzhirkevich commented 10 months ago

These example are outdated, they use deprecated features. There are no java examples in this repo but you can find a working sample here

YohannesTz commented 10 months ago

thanks. I will take a look and get back to you!

YohannesTz commented 10 months ago

thanks! I got something working!