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

Rewrite details feature using view binding #120

Merged
merged 1 commit into from
May 3, 2023

Conversation

grine4ka
Copy link
Collaborator

@grine4ka grine4ka commented May 3, 2023

  • Transfer databinding to viewbinding module
  • Move ICharacterDetailViewModel and ICharacterDetailViewState to api module, cause it is API.
  • Remove LiveData from API of ICharacterDetailViewState (debatable)
  • Add ImageViewExtensions.kt file to provide extension to loadImage by url. Copy of databinding-adapter method

Closes #100

- Transfer databinding to viewbinding module
- Move ICharacterDetailViewModel and ICharacterDetailViewState to api module, cause it is API.
- Remove LiveData from API of ICharacterDetailViewState (debatable)
- Add ImageViewExtensions.kt file to provide extension to loadImage by url. Copy of databinding-adapter method

Closes #100
@michaem michaem merged commit 4182e87 into master May 3, 2023
4 checks passed
@michaem michaem deleted the rewrite-details-to-viewbinding branch May 3, 2023 19:26
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.

Rewrite details feature using view binding
3 participants