Reputation: 51
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
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