Billy
Billy

Reputation: 51

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 on random value.

Upvotes: 1

Views: 672

Answers (1)

Jeffrey Blattman
Jeffrey Blattman

Reputation: 22637

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.

Upvotes: 1

Related Questions