A B C D F G H I K L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
Q
- QRCode - Class in com.example.qrgo.models
-
QRCode class represents a QR code entity in the system
- QRCode(String, String, int, List<GeoPoint>, List<String>, List<String>, List<String>, ArrayList<Integer>) - Constructor for class com.example.qrgo.models.QRCode
-
Creates a new instance of QRCode with the given parameters
- QRCodeArrayAdapter - Class in com.example.qrgo.utilities
-
A custom ArrayAdapter class for displaying BasicQRCode objects in a ListView
QrProfileActivity
to go to the profile of the QRCodeQRCode
to get the QRCode information - QRCodeArrayAdapter(Context, ArrayList<QRCode>) - Constructor for class com.example.qrgo.utilities.QRCodeArrayAdapter
-
Constructor for BasicQrArrayAdapter
- qrCodeBasicProfiles - Variable in class com.example.qrgo.models.PlayerProfile
- QRCodeFirebaseManager - Class in com.example.qrgo.firebase
- QRCodeFirebaseManager() - Constructor for class com.example.qrgo.firebase.QRCodeFirebaseManager
- qrCodeId - Variable in class com.example.qrgo.models.Comment
- qrCodeIds - Variable in class com.example.qrgo.models.PlayerProfile
- QRCodeListener - Interface in com.example.qrgo.listeners
-
Listener for when a QRCode object has been retrieved from Firebase Firestore.
- qrCodePoints - Variable in class com.example.qrgo.models.QRCode
- QrCodePoints - Variable in class com.example.qrgo.models.BasicQRCode
- qrCodes - Variable in class com.example.qrgo.models.PlayerProfile
- QRCodeVisualRenderer - Class in com.example.qrgo.utilities
-
The QRCodeVisualRenderer class provides a static method to render a QR code by combining a set of visual features.
- QRCodeVisualRenderer() - Constructor for class com.example.qrgo.utilities.QRCodeVisualRenderer
- QRGenerationController - Class in com.example.qrgo.utilities
-
QRGenerationController is a utility class that generates the required fields for a
QRCode
from the string data of a scanned QR code fromQRScanActivity
. - QRGenerationController(String) - Constructor for class com.example.qrgo.utilities.QRGenerationController
-
constructor that takes a string and automatically generates all the required fields from that string
- QRGenerationController(String, int) - Constructor for class com.example.qrgo.utilities.QRGenerationController
- QRIntakeActivity - Class in com.example.qrgo
-
This Activity serves as the basis for the QR scanning process, this activity registers the callback listener for
QRScanActivity
and based on the result usesQRGenerationController
andFirebaseConnect
to produce and push aQRCode
into the database with all required fields. - QRIntakeActivity() - Constructor for class com.example.qrgo.QRIntakeActivity
- QRListFragment - Class in com.example.qrgo
-
This fragment is used to display the list of users that have scanned a QR code
BasicPlayerProfile
class that contains the user's informationBasicUserArrayAdapter
class that is used to display the list of users - QRListFragment() - Constructor for class com.example.qrgo.QRListFragment
- QrListviewFragment - Class in com.example.qrgo
-
A simple
Fragment
subclass. - QrListviewFragment() - Constructor for class com.example.qrgo.QrListviewFragment
- QrProfileActivity - Class in com.example.qrgo
- QrProfileActivity() - Constructor for class com.example.qrgo.QrProfileActivity
- QRScanActivity - Class in com.example.qrgo
-
QRScanActivity is the activity that represents the camera for QR scanning and also has options for the user to add their location to the QR scanning process.
- QRScanActivity() - Constructor for class com.example.qrgo.QRScanActivity
- qrString - Variable in class com.example.qrgo.models.QRCode
- QRString - Variable in class com.example.qrgo.models.BasicQRCode
All Classes All Packages