-
Notifications
You must be signed in to change notification settings - Fork 5
ANDROID-16934 -- (I) Remove databinding related code #478
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
ANDROID-16934 -- (I) Remove databinding related code #478
Conversation
β¦rom "button2/Button" component
β¦rom "CalloutView" components and update corresponding README file
β¦rom "CardView" components and update corresponding REDME file
β¦orm "EmptyState" components and update corresponding README files
|
[Firebase] π± New catalog for testing generated: |
|
[Firebase] π± New catalog for testing generated: |
jeslat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π
dnieto-r
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π₯
a36b490
into
ANDROID-16934/base-remove-databinding
ποΈ Jira ticket
ANDROID-16934
π₯ What's the goal?
librarymodule and the corresponding components.This PR is a part of this three:
After all these PRs are merged, a final one will be created to remove the Data Binding feature from the
build.gradlefile.π§ How do we do it?
Remove BindingMethods, InverseBindingMethod and BindingAdapters methods and update corresponding README files from next components:
* button2/Button
* CalloutView
* CardView
* DataCardView
* MediaCardView
* EmptyStateCardView
* EmptyStateScreenView
βοΈ Checks
π§ͺ How can I test this?
As is mentioned in the corresponding ANDROID-16934 ticket, is tested in the "android-messenger" client project that the total PR changes exposed in #476 works correctly.