LightSys / kardia_android_crm

A Kardia CRM app for Android
5 stars 1 forks source link

Implement RxJava #18

Closed jakeprem closed 7 years ago

jakeprem commented 9 years ago

This can handle all the asynchronous Tasks

jakeprem commented 9 years ago

https://www.youtube.com/watch?v=k3D0cWyNno4

jakeprem commented 9 years ago

Implementing this will likely require changing certain classes (such as the Repository) to return Observables. This is OK. The Observable return type just works as a wrapper around whatever the original return type is.