-
Notifications
You must be signed in to change notification settings - Fork 25
Spotify Clone App: Lesson 4
Mert Şimşek edited this page Oct 11, 2019
·
7 revisions
In this lesson, we will
- Learn using
ViewState
in yourXML
. (Data Binding) - Use Binding Adapter and Binding Conversion
- Clean our view holder using data binding.
Data Binding - Lesson Learnt blogpost by Chris Banes
Remove the UI code from activity/fragment/adapter, Passing view state data to XML. So UI state will be more testable, easy to maintain, easy to provide, easy to change.
- Will be available on youtube soon.