androidqr-code

Random QRCode generator


How can I implement a random QRCode into a specific activity (MainActivity) in Android using Eclipse? I need a QRCode generator in the activity which creates QRCodes of a random value.


Solution

  • take a look at the zxing library. it can be used to create QR codes as well as process QR code data input from the camera.

    this is the library used by the Barcode Scanner app.