Skip to content
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

03b-advanced-data-binding #10

Open
wants to merge 1 commit into
base: 03a-data-binding
Choose a base branch
from

Conversation

Serchinastico
Copy link
Contributor

This PR is not meant to be merged

This is how to use advanced features of the Data Binding component:

  • Create a custom binding adapter to configure an ImageView image by its url. Now we can use app:imageUrl="@{ superHero.photo }"
  • Transform the SuperHeroViewHolder class that renders a single cell in the MainActivity to use data binding as well.

@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch 3 times, most recently from a4308ad to 46b7c13 Compare January 31, 2019 10:05
adapter. Add 2-way data binding to superHero edition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant