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
O
- onActivityCreated(Bundle) - Method in class com.example.qrgo.LeaderboardFragment
- onActivityCreated(Bundle) - Method in class com.example.qrgo.QrListviewFragment
- onBackPressed() - Method in class com.example.qrgo.HomeActivity
-
This method is called when the back button is pressed
- onBackPressed() - Method in class com.example.qrgo.PlayerActivity
- onBackPressed() - Method in class com.example.qrgo.QrProfileActivity
- onBackPressed() - Method in class com.example.qrgo.StaggeredGallery
- onBasicPlayerProfileLoaded(BasicPlayerProfile) - Method in interface com.example.qrgo.listeners.OnBasicPlayerProfileLoadedListener
-
Called when a BasicPlayerProfile object has been successfully loaded from Firebase Firestore.
- OnBasicPlayerProfileLoadedListener - Interface in com.example.qrgo.listeners
-
Listener for when a BasicPlayerProfile object has been successfully loaded from Firebase Firestore.
- onBasicPlayerProfileLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnBasicPlayerProfileLoadedListener
-
Called when there was an error loading the BasicPlayerProfile object from Firebase Firestore.
- onBindViewHolder(StaggeredAdapter.ViewHolder, int) - Method in class com.example.qrgo.utilities.StaggeredAdapter
-
Called when a ViewHolder is bound to a new item.
- onCommentAdd(boolean) - Method in interface com.example.qrgo.listeners.OnCommentAddListener
- OnCommentAddListener - Interface in com.example.qrgo.listeners
- onCommentLoaded(Comment) - Method in interface com.example.qrgo.listeners.OnCommentLoadedListener
-
Called when a Comment object has been successfully loaded from Firebase Firestore.
- OnCommentLoadedListener - Interface in com.example.qrgo.listeners
-
Listener for when a Comment object has been successfully loaded from Firebase Firestore.
- onCommentLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnCommentLoadedListener
-
Called when there was an error loading the Comment object from Firebase Firestore.
- onCommentsLoaded(List<Comment>) - Method in interface com.example.qrgo.listeners.OnCommentsLoadedListener
- OnCommentsLoadedListener - Interface in com.example.qrgo.listeners
- onCommentsLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnCommentsLoadedListener
- onCoordinatesListLoaded(Map<String, List<List<Double>>>) - Method in interface com.example.qrgo.listeners.OnCoordinatesListLoadedListener
-
Invoked when the function successfully retrieves a list of coordinates.
- OnCoordinatesListLoadedListener - Interface in com.example.qrgo.listeners
-
An interface for listening to the result of the coordinate list functions
- onCoordinatesListLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnCoordinatesListLoadedListener
-
Invoked when the function fails to retrieve the list of coordinates.
- onCreate(Bundle) - Method in class com.example.qrgo.GeoLocationActivity
- onCreate(Bundle) - Method in class com.example.qrgo.HomeActivity
-
This method is called when the activity is created
FirebaseConnect
is used to get the user's insightsCarouselAdapter
is used to display user's scanned QR codesUserCarouselAdapter
is used to display global users insightsBasicQrArrayAdapter
is used to display global scanned QR codesImageViewController
is used to display the user's profile pictureBasicPlayerProfile
class that represents the user's insightsBasicQRCode
class that represents the QR codePlayerProfile
class that represents more detailed user's insights - onCreate(Bundle) - Method in class com.example.qrgo.MainActivity
- onCreate(Bundle) - Method in class com.example.qrgo.PlayerActivity
-
This method is called when the activity is created
GlobalScoresFragment
to display the global scoresFirebaseConnect
to get the player's profileImageViewController
to display the player's profile pictureBasicCommentArrayAdapter
to display the player's commentsBasicQrArrayAdapter
to display the player's qr codes - onCreate(Bundle) - Method in class com.example.qrgo.QRIntakeActivity
- onCreate(Bundle) - Method in class com.example.qrgo.QrProfileActivity
-
This method is called when the activity is created
- onCreate(Bundle) - Method in class com.example.qrgo.QRScanActivity
- onCreate(Bundle) - Method in class com.example.qrgo.SignupActivity
- onCreate(Bundle) - Method in class com.example.qrgo.StaggeredGallery
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.CommentListviewFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.GlobalScoresFragment
-
Creates a new instance of the fragment.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.LeaderboardFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.QRListFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.QrListviewFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.qrgo.SearchFragment
- onCreateViewHolder(ViewGroup, int) - Method in class com.example.qrgo.utilities.StaggeredAdapter
-
Called when a new ViewHolder is created.
- onDestroy() - Method in class com.example.qrgo.QRScanActivity
- onGlobalRankLoaded(int, int, int) - Method in interface com.example.qrgo.listeners.OnGlobalRankLoadedListener
-
Invoked when the function successfully retrieves the global rank for a given user.
- OnGlobalRankLoadedListener - Interface in com.example.qrgo.listeners
-
An interface for listening to the result of the global rank function.
- onGlobalRankLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnGlobalRankLoadedListener
-
Invoked when the function fails to retrieve the global rank for a given user.
- onImeiCheck(boolean) - Method in interface com.example.qrgo.listeners.OnImeiCheckListener
-
Called when an IMEI check is performed.
- OnImeiCheckListener - Interface in com.example.qrgo.listeners
-
Interface for callbacks when an IMEI check is performed.
- onInterceptTouchEvent(MotionEvent) - Method in class com.example.qrgo.utilities.NonSwipeableViewPager
-
Overrides the default behavior of intercepting touch events to disable swiping.
- onKeyDown(int, KeyEvent) - Method in class com.example.qrgo.QRScanActivity
- onLocationChanged(Location) - Method in class com.example.qrgo.GeoLocationActivity
- onPause() - Method in class com.example.qrgo.GeoLocationActivity
- onPause() - Method in class com.example.qrgo.QRScanActivity
- onPlayerListLoaded(List<BasicPlayerProfile>) - Method in interface com.example.qrgo.listeners.OnPlayerListLoadedListener
-
Invoked when the function successfully retrieves a list of players sorted by their highest score.
- OnPlayerListLoadedListener - Interface in com.example.qrgo.listeners
-
An interface for listening to the result of the sorted Player functions
- onPlayerListLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnPlayerListLoadedListener
-
Invoked when the function fails to retrieve the list of sorted players.
- onPlayerProfileGet(PlayerProfile) - Method in interface com.example.qrgo.listeners.OnPlayerProfileGetListener
-
Called when a player profile is retrieved.
- OnPlayerProfileGetListener - Interface in com.example.qrgo.listeners
-
Interface for callbacks when a player profile is retrieved.
- onProviderDisabled(String) - Method in class com.example.qrgo.GeoLocationActivity
- onProviderEnabled(String) - Method in class com.example.qrgo.GeoLocationActivity
- onQRCodeNotFound() - Method in interface com.example.qrgo.listeners.QRCodeListener
-
Called when a QRCode object could not be found in Firebase Firestore.
- onQRCodeRetrievalFailure(Exception) - Method in interface com.example.qrgo.listeners.QRCodeListener
- onQRCodeRetrieved(QRCode) - Method in interface com.example.qrgo.listeners.QRCodeListener
-
Called when a QRCode object has been successfully retrieved from Firebase Firestore.
- OnQRCodeScannedListener - Interface in com.example.qrgo.listeners
-
An interface that defines a callback method to be invoked when a QR code is scanned.
- OnQRCodeUploadListener - Interface in com.example.qrgo.listeners
- onQRCodeUploadSuccess(String) - Method in interface com.example.qrgo.listeners.OnQRCodeUploadListener
- onQrListLoaded(List<BasicQRCode>) - Method in interface com.example.qrgo.listeners.OnQrListLoadedListener
-
Invoked when the function successfully retrieves a list of QR sorted by its points.
- OnQrListLoadedListener - Interface in com.example.qrgo.listeners
-
An interface for listening to the result of the sorted QR functions
- onQrListLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnQrListLoadedListener
-
Invoked when the function fails to retrieve the list of sorted QR.
- onQRScanComplete(boolean) - Method in interface com.example.qrgo.listeners.OnQRCodeScannedListener
-
Called when a QR code is successfully scanned.
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.example.qrgo.GeoLocationActivity
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.example.qrgo.HomeActivity
-
Handle the result of the permission request
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.example.qrgo.QRIntakeActivity
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.example.qrgo.QRScanActivity
- onRestart() - Method in class com.example.qrgo.MainActivity
- onResume() - Method in class com.example.qrgo.GeoLocationActivity
- onResume() - Method in class com.example.qrgo.QRScanActivity
- onResume() - Method in class com.example.qrgo.StaggeredGallery
- onSaveInstanceState(Bundle) - Method in class com.example.qrgo.QRScanActivity
- onScannedUsersLoaded(List<BasicPlayerProfile>) - Method in interface com.example.qrgo.listeners.OnScannedUsersLoadedListener
- OnScannedUsersLoadedListener - Interface in com.example.qrgo.listeners
- onScannedUsersLoadFailure(Exception) - Method in interface com.example.qrgo.listeners.OnScannedUsersLoadedListener
- onStatusChanged(String, int, Bundle) - Method in class com.example.qrgo.GeoLocationActivity
- onTouchEvent(MotionEvent) - Method in class com.example.qrgo.utilities.NonSwipeableViewPager
-
Overrides the default behavior of handling touch events to disable scrolling.
- onUserAdd(boolean) - Method in interface com.example.qrgo.listeners.OnUserAddListener
-
Called when a user is added.
- OnUserAddListener - Interface in com.example.qrgo.listeners
-
Interface for callbacks when a user is added.
- onUserDelete(boolean) - Method in interface com.example.qrgo.listeners.OnUserDeleteListener
- onUserDeleteFromQRCode(boolean) - Method in interface com.example.qrgo.listeners.OnUserDeleteFromQRCodeListener
- OnUserDeleteFromQRCodeListener - Interface in com.example.qrgo.listeners
- OnUserDeleteListener - Interface in com.example.qrgo.listeners
- onUsernameCheck(boolean) - Method in interface com.example.qrgo.listeners.OnUsernameCheckListener
-
Called when a username check is performed.
- OnUsernameCheckListener - Interface in com.example.qrgo.listeners
-
Interface for callbacks when a username check is performed.
- onUserNameFound(String, OnUserSearchListener) - Method in class com.example.qrgo.firebase.UserFirebaseManager
- onUserProfileAdd(boolean) - Method in interface com.example.qrgo.listeners.OnUserProfileAddListener
-
Called when a user profile is added.
- OnUserProfileAddListener - Interface in com.example.qrgo.listeners
-
Interface for callbacks when a user profile is added.
- onUserProfileDelete(boolean) - Method in interface com.example.qrgo.listeners.OnUserProfileDeleteListener
- OnUserProfileDeleteListener - Interface in com.example.qrgo.listeners
- onUserSearchComplete(List<BasicPlayerProfile>) - Method in interface com.example.qrgo.listeners.OnUserSearchListener
-
Called when a user search is complete and at least one user is found.
- onUserSearchFailure(Exception) - Method in interface com.example.qrgo.listeners.OnUserSearchListener
-
Called when a user search is complete and no users are found.
- OnUserSearchListener - Interface in com.example.qrgo.listeners
-
Interface definition for a callback to be invoked when a user search is complete.
All Classes All Packages