Skip to content

UNMAINTAINED: QR code scanner for Titanium (Android version)

License

Notifications You must be signed in to change notification settings

evopark/tiqr-android

Repository files navigation

QR Scanner for Titanium Android

Provides an easy way to scan for QR codes using the phone's camera.

Example usage

if OS_ANDROID
  # import the module
  TiQr = require("de.evopark.tiqr")
  # register a handler to be invoked when codes are recognized
  TiQr.onCodeReceived = (code) ->
    # do something with the code
    return
  # optional: also create a view so the user sees what the camera is looking at
  scannerView = TiQr.createCameraView()
  $.cameraViewContainer.add(scannerView)
  # finally: start scanning!
  TiQr.scanning = true


Developed with love by evopark. See LICENSE and NOTICE files for more information.

About

UNMAINTAINED: QR code scanner for Titanium (Android version)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages