-
Notifications
You must be signed in to change notification settings - Fork 9
03b-advanced-data-binding #10
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
Open
Serchinastico
wants to merge
1
commit into
03a-data-binding
Choose a base branch
from
03b-advanced-data-binding
base: 03a-data-binding
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 hidden or 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
152f666
to
b4a01d7
Compare
9cabf42
to
b6e050c
Compare
a4308ad
to
46b7c13
Compare
b6e050c
to
c71a2b7
Compare
46b7c13
to
eb01c48
Compare
c71a2b7
to
87ecb90
Compare
eb01c48
to
7caf147
Compare
87ecb90
to
83c396a
Compare
7caf147
to
f2cd3e3
Compare
83c396a
to
bc14ca9
Compare
f2cd3e3
to
b508ca6
Compare
bc14ca9
to
01505b8
Compare
b508ca6
to
f21ea81
Compare
01505b8
to
bb533ee
Compare
f21ea81
to
3f37772
Compare
bb533ee
to
dbd395c
Compare
3f37772
to
6e0488d
Compare
dbd395c
to
a113e09
Compare
6e0488d
to
ec55082
Compare
a113e09
to
b1e1ac0
Compare
ec55082
to
a20a140
Compare
b1e1ac0
to
ec695d6
Compare
a20a140
to
52e37d2
Compare
ec695d6
to
1a2ce62
Compare
52e37d2
to
5ce5d5b
Compare
1a2ce62
to
dbe4ffc
Compare
5ce5d5b
to
1f02122
Compare
dbe4ffc
to
065ad11
Compare
1f02122
to
c4f1224
Compare
065ad11
to
4ab6265
Compare
c4f1224
to
667bf7d
Compare
adapter. Add 2-way data binding to superHero edition.
4ab6265
to
6724b54
Compare
667bf7d
to
cd94eca
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 advanced features of the Data Binding component:
app:imageUrl="@{ superHero.photo }"
SuperHeroViewHolder
class that renders a single cell in theMainActivity
to use data binding as well.