-
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
03a-data-binding #9
Open
Serchinastico
wants to merge
1
commit into
02b-room-migrations
Choose a base branch
from
03a-data-binding
base: 02b-room-migrations
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
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
davideme
reviewed
Jan 30, 2019
app/src/main/java/com/karumi/jetpack/superheroes/ui/view/BaseActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/karumi/jetpack/superheroes/ui/presenter/EditSuperHeroPresenter.kt
Outdated
Show resolved
Hide resolved
davideme
reviewed
Jan 30, 2019
0aabfb0
to
a4d4f7d
Compare
b25595a
to
bfbc191
Compare
a4d4f7d
to
d48c241
Compare
bfbc191
to
9cabf42
Compare
d48c241
to
5c2c4b1
Compare
9cabf42
to
b6e050c
Compare
5c2c4b1
to
0786791
Compare
b6e050c
to
c71a2b7
Compare
👍 |
0786791
to
8d78946
Compare
c71a2b7
to
87ecb90
Compare
8d78946
to
b3b2b07
Compare
87ecb90
to
83c396a
Compare
b3b2b07
to
4170d28
Compare
83c396a
to
bc14ca9
Compare
4170d28
to
7f465cc
Compare
bc14ca9
to
01505b8
Compare
be53161
to
1f60144
Compare
01505b8
to
bb533ee
Compare
1f60144
to
012c54e
Compare
bb533ee
to
dbd395c
Compare
012c54e
to
d90568f
Compare
dbd395c
to
a113e09
Compare
d90568f
to
f5b0e7f
Compare
a113e09
to
b1e1ac0
Compare
f5b0e7f
to
d818820
Compare
b1e1ac0
to
ec695d6
Compare
d818820
to
9913e9d
Compare
ec695d6
to
1a2ce62
Compare
9913e9d
to
daebed5
Compare
1a2ce62
to
dbe4ffc
Compare
daebed5
to
ce35d84
Compare
dbe4ffc
to
065ad11
Compare
7093a05
to
92b4d48
Compare
065ad11
to
4ab6265
Compare
92b4d48
to
3e9ac7d
Compare
…on issues Configure listener with data binding Map all super hero detail fields into the layout Use data binding in the edit super heroes screen Migrate to pure data binding super hero detail Finish migrating to data binding Fix all tests Add comment explaining why are we using our own InstrumentationRegistry class Remove useless call
4ab6265
to
6724b54
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 add the Data Binding component to the project:
DataBindingUtils
method instead. We hold a reference to the binding field to update its variables once we load the information we are about to present.