QR Codes

The application demonstrates a proof of concept for developing desktop applications that create QR codes, in conjunction with Android applications that read them

Description

Two applications are included.

  • A desktop application for generating QR codes.
  • An Android application for scanning them.

Code description

  • Desktop application: Programs a QR code wrapper using a Google library.
  • Android application: Copy and paste examples from the internet.

Windows

All

QR Codes (2023-2024)

Download

Versions

image

Combined Java desktop (QR printing) and Android (QR reading) application

This is the result of copying and pasting information from the internet that explains the functionality of the Zxing library for QR code processing.

There is also a command line application where you can create QR images.

Downloads