enpassio / Databinding

Various examples on databinding which can help not only understand how to get started with it but it also shows how this can be used in complex and real use cases
Apache License 2.0
26 stars 14 forks source link

Dev databinding newsapi #21

Closed OyaCanli closed 5 years ago

OyaCanli commented 5 years ago

change binding implementation of details fragment, style read more button, add a seperate method in viewmodel for visibility of list..

OyaCanli commented 5 years ago

Thanks! :) I caught an error myself in the singleton instantiation. I didn't use double checked locking correctly. In fact the sample used in Udacity Android Architecture Components course had this error so I learned it incorrectly. Anyway, I'll correct that tomorrow as well. Thanks for reviewing!

rajtheinnovator commented 5 years ago

Great work @OyaCanli Keep it up :100: