QRCode
Add QR codes to your Vaadin applications
QR codes were born in Japan but are becoming more and more popular around the world and you pretty much can find them everywhere on the web, in magazines, on the streets and even Android nowadays ships with a native QR code reader.
The information encoded in a QR code can be text, URL or other data and can be read by most bar code readers and mobile phones.
NOTE: Use 1.x with Vaadin 6 and 2.x with Vaadin 7.
Sample code
QRCode code = new QRCode(); code.setValue("The quick brown fox jumps over the lazy dog");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Vaadin 8 support.
- Released
- 2016-12-22
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Vaadin 6.5+ in 1.0.0
- Vaadin 6.0+ in 1.2.0
- Vaadin 7.0+ in 2.0.0
- Browser
- Firefox
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Internet Explorer
QRCode - Vaadin Add-on Directory
Add QR codes to your Vaadin applicationsQR codes were born in Japan but are becoming more and more popular around the world and you pretty much can find them everywhere on the web, in magazines, on the streets and even Android nowadays ships with a native QR code reader.
The information encoded in a QR code can be text, URL or other data and can be read by most bar code readers and mobile phones.
NOTE: Use 1.x with Vaadin 6 and 2.x with Vaadin 7.