BasicCommentArrayAdapter |
BasicCommentArrayAdapter is an ArrayAdapter for displaying a list of Comment objects
in a ListView.
|
BasicQrArrayAdapter |
A custom ArrayAdapter class for displaying BasicQRCode objects in a ListView
|
BasicUserArrayAdapter |
This class extends ArrayAdapter to provide a customized adapter for a ListView displaying BasicPlayerProfile objects.
|
CarouselAdapter |
An adapter class for displaying a list of QR codes in a carousel format using a ViewPager.
|
CircleTransform |
A class that transforms a Bitmap into a circular image by cropping and drawing it as a circle.
|
FirebaseConnect |
The FirebaseConnect class provides methods to connect to and interact with the Firebase Firestore database.
|
ImageViewController |
The ImageViewController class provides a utility method to set an ImageView's image based on the first
character of a given name.
|
LandmarkCarouselAdapter |
This class provides an adapter to display a carousel of user profiles.
|
LocationPhotoFileProvider |
|
NonSwipeableViewPager |
A custom ViewPager that disables both swiping and scrolling.
|
QRCodeArrayAdapter |
A custom ArrayAdapter class for displaying BasicQRCode objects in a ListView
QrProfileActivity to go to the profile of the QRCode
QRCode to get the QRCode information
|
QRCodeVisualRenderer |
The QRCodeVisualRenderer class provides a static method to render a QR code by combining a set of visual features.
|
QRGenerationController |
QRGenerationController is a utility class that generates the required fields for a QRCode
from the string data of a scanned QR code from QRScanActivity .
|
RoundedSquareTransform |
A transformation that rounds a square image to have rounded corners.
|
SearchArrayAdapter |
This class extends ArrayAdapter to provide a customized adapter for a ListView displaying BasicPlayerProfile objects.
|
StaggeredAdapter |
The StaggeredAdapter class is an implementation of the RecyclerView.Adapter that supports the display of images in a staggered grid layout.
|
StaggeredAdapter.ViewHolder |
The ViewHolder class holds references to the views that make up the item view.
|
UserCarouselAdapter |
This class provides an adapter to display a carousel of user profiles.
|