kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Observables Context?? #106

Closed trinadhkoya closed 7 years ago

trinadhkoya commented 7 years ago

Hi Kaushik, It would be great if you can help with Observables,like Which observable ,i can make use of when i was dealing with AsyncTask and Which Observable I can make use of Login and SignUP and Difference between and Disposable and Composite Disposable?

kaushikgopal commented 7 years ago

hey @trinadhkoya. I would love to help, but I imagine something like StackOverflow/blog post/Twitter is the better platform for those specific questions.

The description in the readme talks of some of the use cases (like AsyncTasks etc.) which should be helpful in guiding that decision (to an extent),