I am generate qrCode using zxing. Ordinary QR codes can be created, but I want to create QR codes that are empty in the center or contain LOGO in the center. Can we create a QR code that recognizes well regardless of the size of LOGO? I want to like this image
Asked
Active
Viewed 1,110 times
1
-
Tried https://github.com/SumiMakito/AwesomeQRCode ? – Kamal Nayan Jan 27 '22 at 08:07
-
implementation 'com.github.SumiMakito:AwesomeQRCode:1.1.0' is right?????? – Juro Jan 27 '22 at 08:25
-
`implementation 'com.github.SumiMakito:AwesomeQRCode:1.2.0'` – Kamal Nayan Jan 27 '22 at 08:33
-
Thank you!! I'm Success generate QrCode – Juro Jan 28 '22 at 00:13
1 Answers
1
Try using this library. ( SumiMakito / AwesomeQRCode )

Kamal Nayan
- 1,635
- 1
- 5
- 19
-
-
-
-
@Juro Kindly up vote the answer as it may help someone else in future. – Kamal Nayan Feb 07 '22 at 07:11
-
-
-
@KamalNayan yes. Zxing is not allowed in organisation due to security reason . so i have created QR using itext. but struggling to add logo into it. – Sachin J Sep 06 '22 at 06:37
-
my question: https://stackoverflow.com/questions/73475967/using-itext-how-to-add-logo-into-qr-code – Sachin J Sep 06 '22 at 06:43
-
@SachinJ have you tried canvas to draw logo on the generated qr code ? – Kamal Nayan Sep 06 '22 at 07:51
-
-