mit-cml / appinventor-sources

MIT App Inventor Public Open Source
http://appinventor.mit.edu/appinventor-sources/
Apache License 2.0
1.45k stars 2.04k forks source link

Add Barcode/QRCode generator #1246

Open ColinTree opened 6 years ago

ColinTree commented 6 years ago

It can be added into BarcodeScanner instead of creating a new component type

ewpatton commented 6 years ago

@ColinTree I'm not opposed to this, but I would like to see a design doc (plus reference blocks) and use case to demonstrate how it might be used in an app.

moliata commented 6 years ago

He probably means a QR code generator, which should be pretty easy to integrate as ZXing library already contains required classes. It has a lot of use cases.

ColinTree commented 6 years ago

Thanks @moliata that is what I mean. A QR code generator