kaushikgopal / RxJava-Android-Samples

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

Rxjava 2 with Android new architecture components #107

Open shakil807g opened 7 years ago

shakil807g commented 7 years ago

i think using rxjava with android architecture component will be good mix especially with the new "VIEW MODEL" class and using that component for retaining that rxjava stream instead of retain fragment and reconnecting it when activity and fragment get recreated after orientation change. do u have any plan for adding this examples

kaushikgopal commented 7 years ago

:)

On the verge of merging this. I'm giving a talk at 360|AnDev and plan on including this as one of the examples.

I should merge a bunch of these branch-examples once I'm done with the conference :v:

piotrek1543 commented 6 years ago

@kaushikgopal any update here?