kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rxjava 2 with Android new architecture components

shakil807g opened this issue · comments

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

:)

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 ✌️

commented

@kaushikgopal any update here?