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

newsapi kotlin: refactor connectivity check again #39

Closed OyaCanli closed 5 years ago

OyaCanli commented 5 years ago

Made the same changes as java version

OyaCanli commented 5 years ago

I added two more commits: -I replaced ObservableField with LiveData, since according to this article published today: “Android Data Binding Library — From Observable Fields to LiveData in two steps” by Jose Alcérreca https://link.medium.com/C6b1SZ6WlV it is now what Google advises. -I also reorganized packages.