-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
06-navigation #13
Open
Serchinastico
wants to merge
1
commit into
05-paging
Choose a base branch
from
06-navigation
base: 05-paging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
06-navigation #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Serchinastico
force-pushed
the
05-paging
branch
from
February 6, 2019 17:14
320c8d6
to
190583a
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
February 6, 2019 17:14
1d794cc
to
d49192e
Compare
Serchinastico
force-pushed
the
06-navigation
branch
2 times, most recently
from
March 7, 2019 14:56
4e8e60e
to
d4af8a6
Compare
Serchinastico
force-pushed
the
05-paging
branch
from
March 15, 2019 11:32
190583a
to
c84a4dc
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 11:33
d4af8a6
to
4ab92d2
Compare
Serchinastico
force-pushed
the
05-paging
branch
from
March 15, 2019 16:38
c84a4dc
to
8f2526c
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 16:40
4ab92d2
to
9fc98ea
Compare
Serchinastico
force-pushed
the
05-paging
branch
2 times, most recently
from
March 15, 2019 17:33
7072c5f
to
e22c667
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 17:33
9fc98ea
to
f6c7309
Compare
Serchinastico
force-pushed
the
05-paging
branch
from
March 15, 2019 17:35
e22c667
to
2b69a6f
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 17:35
f6c7309
to
c76a270
Compare
Serchinastico
force-pushed
the
05-paging
branch
from
March 15, 2019 17:45
2b69a6f
to
58e6a2b
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 17:46
c76a270
to
f1c5174
Compare
Serchinastico
force-pushed
the
05-paging
branch
from
March 15, 2019 18:43
58e6a2b
to
6d0ed15
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
March 15, 2019 18:44
f1c5174
to
3f74f1e
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
May 21, 2019 10:31
3f74f1e
to
1525d10
Compare
Serchinastico
force-pushed
the
06-navigation
branch
from
May 21, 2019 16:09
1525d10
to
6e92f13
Compare
Start moving the main activity to a fragment Continue moving stuff from the main activity to a fragment Finish moving the SuperHeroesFragment Navigate to super hero detail Migrate edit super hero screen Start migrating tests Start migrating tests Fix tests Own code review Fix toolbar using the NavigationUI class
Serchinastico
force-pushed
the
06-navigation
branch
from
May 22, 2019 16:51
6e92f13
to
cc47dd6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is not meant to be merged
This is how to use the Navigation component:
onCreateView
method and we update the binding on theonViewCreated
.navigation_graph.xml
resource file. It defines input arguments and with thesafeargs
plugin we automatically create classes to navigate through fragments.