kaushikgopal / RxJava-Android-Samples

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

fix: handle view recreation & dirty checking. #57

Closed marukami closed 7 years ago

marukami commented 8 years ago

Updating the rxBinding lib fixes the issue with multiple subscribers issue. This solution differs from #48 in that no state model is required to defer the validation by using a dirty checking observable defer to validate observable.

kaushikgopal commented 7 years ago

so i still feel the problem with this solution is that it adds way more code than is necessary.

given the existing code (and i apologize again for keeping this for so long), what functionality are we missing that this provides?

(feel free to reopen this if you feel strongly)

marukami commented 7 years ago

No need looks like it's fixed by the way RxJava2 and RxBindings2 works.