doridori / Dynamo

A lightweight state-based controller for Android
186 stars 6 forks source link

A Dynamo that extends Rx.Observable #1

Open doridori opened 9 years ago

doridori commented 9 years ago

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!

magillus commented 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.

doridori commented 9 years ago

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 )