Open doridori opened 9 years ago
I like that dynamo is lightweight library, adding RxAndroid will add dependencies and library will grow, also many application do not use RxAndroid and would benefit from dynamo itself. Maybe RxDyamo extension to Dynamo would be better.
Totally agree - thanks for the input. One of the goals of this lib is to keep dependencies to a minimum (0 ideally). So many solution I see online pull in so much stuff I think its intimidating to many people (i.e. me :p )
Need to have a think about if this would add any benefit. Interested in hooking up with RxAndroid to remove the boilerplate of adding and removing observers based upon the views lifecycle. One for another day!