Exploring QR Code Java Libraries
- shusrushabezugam
- Oct 28, 2018
- 1 min read
I am trying to get an idea for implementing QR codes. Read about QR codes,it's types,ways of encoding and decoding it.I got an idea that we can use external java libraries like zxing. Learned that maven build tool is useful.I read about maven tool and POM.xml file.I spent 2 hours.
References:
https://www.callicoder.com/generate-qr-code-in-java-using-zxing/
https://en.wikipedia.org/wiki/Maven
https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
Comentarios