We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Project Part 2: CRC Cards (markdown)
Change breadcrumbs to navigation activities
Changing names of TwoNavMainActivity and FourNavMainActivity to indicate they are breadcrumbs
Added filtering as a responsibility for QRCodeController
Changed Activities to Fragments where appropriate
Added PlayerController as a collaborator for LeaderboardController
Added responsibilities and collaborators for LeaderboardController
Added MapSearchFragment and MapController
Added PlayerLoginActivity as a collaborator for AuthenticationController
Removed PlayerController and QRCodeController as collaborators from Player and QRCode respectively
Added PlayerDB as a collaborator for AuthenticationController
Changed "Activity" to "Fragment" where appropriate in collaborators
Changed CameraFragment to ScannerFragment
Renamed auth controller, added login activity
Removed Map, Geolocation, and Comment as collaborators for QRCodeFragment. QRCodes have Comments and Geolocation. Information from Map is not needed for QRCodeFragment.
Added PlayerSignupActivity as a collaborator
Changed "Activities" to "Fragments"
Added 2 bottom-nav-bar acrivities
Added PlayerController as a collaborator for Player
Changed PlayerSignupController to PlayerAuthenticationController
Added PlayerSignupController
added QRCode (and related) CRC Cards