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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.Bitmap
generateQRCode
(String event) Theqr_generator
class generates a QR code containing only the unique ID.
-
Constructor Details
-
qr_generator
public qr_generator()
-
-
Method Details
-
getUniqueID
-
generateQRCode
Theqr_generator
class generates a QR code containing only the unique ID.- Returns:
- QR code bitmap with unique ID embedded.
-