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
B
- BaseFirebaseConnectManager - Class in com.example.qrgo.firebase
- BaseFirebaseConnectManager() - Constructor for class com.example.qrgo.firebase.BaseFirebaseConnectManager
- BasicCommentArrayAdapter - Class in com.example.qrgo.utilities
-
BasicCommentArrayAdapter is an ArrayAdapter for displaying a list of Comment objects in a ListView.
- BasicCommentArrayAdapter(Context, int, ArrayList<Comment>) - Constructor for class com.example.qrgo.utilities.BasicCommentArrayAdapter
-
Constructor for the BasicCommentArrayAdapter class.
- BasicPlayerProfile - Class in com.example.qrgo.models
-
BasicPlayerProfile is a class that represents a basic player profile.
- BasicPlayerProfile(String, String, String, int, int, int, int) - Constructor for class com.example.qrgo.models.BasicPlayerProfile
-
Constructor for BasicPlayerProfile class
- BasicQrArrayAdapter - Class in com.example.qrgo.utilities
-
A custom ArrayAdapter class for displaying BasicQRCode objects in a ListView
- BasicQrArrayAdapter(Context, ArrayList<BasicQRCode>, String) - Constructor for class com.example.qrgo.utilities.BasicQrArrayAdapter
-
Constructor for BasicQrArrayAdapter
- BasicQRCode - Class in com.example.qrgo.models
-
BasicQRCode represents a basic QR code object with its corresponding properties and methods.
- BasicQRCode(String, String, String, int) - Constructor for class com.example.qrgo.models.BasicQRCode
-
Constructs a BasicQRCode object with the given parameters.
- BasicUserArrayAdapter - Class in com.example.qrgo.utilities
-
This class extends ArrayAdapter to provide a customized adapter for a ListView displaying BasicPlayerProfile objects.
- BasicUserArrayAdapter(Context, ArrayList<BasicPlayerProfile>, String) - Constructor for class com.example.qrgo.utilities.BasicUserArrayAdapter
-
Constructor for BasicUserArrayAdapter.
- bind(String) - Method in class com.example.qrgo.utilities.StaggeredAdapter.ViewHolder
-
Binds the data to the views in the ViewHolder.
All Classes All Packages