How can I use zxing to draw QR code shapes in Java language
I want to customize a QR code in Java language, such as the one below. I used the zxing toolkit, which allows me to set foreground and background colors. However, when it comes to drawing body and eye shapes, how can I draw the QR code with the given shape in the following picture
enter image description here
how can i learn about dynamic qr code in java
I have a school assignment to create a QR code in java. I’ve tried making it using the ZXing library, but it turns out I can’t change the content inside the QR code. Then I know about dynamic QR codes, where we can change the content inside the QR code without change the QR code itself. Can someone explain or provide advice and tips on where I can learn about dynamic QR codes and how to make it?