square / mortar

A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
Apache License 2.0
2.16k stars 156 forks source link

I recently inherited a mortar+flow codebase #199

Closed dcow closed 7 years ago

dcow commented 7 years ago

There's literally an ActivityLifecyclePresenter that has all the Android lifecycle added back. It's a canonical case of blog post coding. We have ViewPresenters everywhere that are overly-coupled to mortar but use none of the scoping. This is only a tiny rant. I'm looking for advice on how to proceed. Given that this project hasn't been touched in months, do I rip out mortar and stick with flow+rxandroid, or do you see this library framework reaching a 1.0 release anytime in the next 2 years?

rjrjr commented 7 years ago

flow+rxandroid sounds like a fine idea.

On Wed, Dec 14, 2016 at 4:38 PM David notifications@github.com wrote:

There's literally an AndroidLifecyclePresenter that has all the Android lifecycle added back. It's a canonical case of blog post coding. We have ViewPresenters everywhere that are overly-coupled to mortar but use none of the scoping. This is only a tiny rant. I'm looking for advice on how to proceed. Given that this project hasn't been touched in months, do I rip out mortar and stick with flow+rxandroid, or do you see this library framework reaching a 1.0 release anytime in the next 2 years?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/square/mortar/issues/199, or mute the thread https://github.com/notifications/unsubscribe-auth/ABzBHc7BW5GPE_FDHcYLas52Iv-8obUGks5rIIwRgaJpZM4LNlZ0 .