GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Ti-Conductor plugin #129

Open StefMa opened 7 years ago

StefMa commented 7 years ago

Conductor is a powerful but lightweight framework which lets you build View-based apps.

It is really cool because you have 100% control over the backstack and don't force you to apply a architecture. You are free to use MVP, MVC or whatever.

We should provide a simple "Ti-Conductor Plugin" which brings the loved and nice features of Ti into Conductor.

Think about to extract it. It should not be live in this repository. Maybe a separate repo make sense.

Note: There is already something similar with mosby. See mosby-conductor.