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

Is Mortar still active? #198

Closed ScottPierce closed 7 years ago

ScottPierce commented 7 years ago

I was wondering if Mortar development was still active. I noticed that there are some issues filed with no responses. https://github.com/square/flow seems to be active. I'm considering mortar for use in a project.

rjrjr commented 7 years ago

It is active, but it's slow. And yes, Flow is getting more attention at the moment.

The two libraries are complimentary, and our main app uses both. But with that said, Flow is increasingly able to solve on its own a lot the problems that Mortar addresses. If I were starting from scratch I'd start just with Flow and RxJava, and add Mortar later when I found a need for scoping.