QR-Code reader implemented in java for J2ME devices.

December 5, 2011 ยท View on GitHub

This is OnlineCitys attempt at writing a QR-Code reader for J2ME devices. We have been greatly inspired by Googles zxing project, which the code may reflect.

Dependencies:

To build the QR-Code reader you will need the following software.

  • J2ME WTK (MIDP 2.0/CLDC-1.1)
  • ProGuard
  • Apache Ant
  • Antenna

Howto build:

Enter the source folder, correct the filepaths in build.properties, and then:

ant all

Contents

  1. 1Dependencies:
  2. 2Howto build: