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
A
- addComment(String, String, String, String, String, OnCommentAddListener) - Method in class com.example.qrgo.firebase.CommentFirebaseManager
-
Adds a new comment to a QR code.
- addLocationData(Location) - Method in class com.example.qrgo.QRIntakeActivity
- addLocationPhoto(boolean) - Method in class com.example.qrgo.QRIntakeActivity
- addMarker(double, double) - Method in class com.example.qrgo.GeoLocationActivity
-
Adds a marker to the map provided the longitude and latitude values The marker is a tear drop shaped icon with a pointing finger image
- addMarkersInRange(MapView, Map<String, List<List<Double>>>, GeoPoint, Integer) - Method in class com.example.qrgo.GeoLocationActivity
-
Adds the markers that are within the set range from the reach of the draggable marker
- addNewPlayerProfile(String, String, String, String, String, int, int, int, int, OnUserProfileAddListener) - Method in class com.example.qrgo.firebase.PlayerProfileFirebaseManager
-
Adds a new player profile to the database.
- addNewUser(String, String, OnUserAddListener) - Method in class com.example.qrgo.firebase.UserFirebaseManager
-
Adds a new user to the database.
- askUserForLocation() - Method in class com.example.qrgo.QRIntakeActivity
-
based on the result of the
QRScanActivity
and whether the user has opted to include location information usesFirebaseConnect
to push the scanned QR code into the database upon successful QR scan opensQrProfileActivity
so that a user can view the scanned QR code and have options to add a location photo. - askUserForPicture() - Method in class com.example.qrgo.QRIntakeActivity
All Classes All Packages