Package com.example.oblong
Class qr_generator
java.lang.Object
com.example.oblong.qr_generator
This class generates the QR code to be scanned by Entrants to join and view events
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionandroid.graphics.BitmapgenerateQRCode(String event) Theqr_generatorclass generates a QR code containing only the unique ID.
- 
Constructor Details- 
qr_generatorpublic qr_generator()
 
- 
- 
Method Details- 
getUniqueID
- 
generateQRCodeTheqr_generatorclass generates a QR code containing only the unique ID.- Returns:
- QR code bitmap with unique ID embedded.
 
 
-