Skip to content

Releases: ffgiraldez/reactive-mvvm-android

Add offline support

14 Apr 23:05
0b07cd9
Compare
Choose a tag to compare

Use room to support offline capabilities

Upgrade to Kotlin

14 Apr 23:04
f265edd
Compare
Choose a tag to compare

Update project to rx-java 2 and use LiveData to take their support with data binding to remove custom observable properties.

Also, use Kotlin.

Oservable MVVM

14 Apr 23:02
Compare
Choose a tag to compare

My way to create observable ViewModel in java with RX