Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bluelinelabs/Conductor #10

Closed
erva opened this issue Nov 1, 2016 · 4 comments · Fixed by #36
Closed

Support bluelinelabs/Conductor #10

erva opened this issue Nov 1, 2016 · 4 comments · Fixed by #36
Assignees
Labels
Milestone

Comments

@erva
Copy link

erva commented Nov 1, 2016

https://github.com/bluelinelabs/Conductor
Conductor is great View-based approach but there view is wrapped in Controller.
Add Controller annotation so @Controller(layout = R.layout.my_view, presenter = MyPresenter.class)

@SaeedMasoumi
Copy link

@ervinmartirosyan Do you mean, add @Controller annotation on controller class?

@Controller(layout = R.layout.my_view, presenter = MyPresenter.class)
public class HomeController extends Controller {

}

And EasyMVP should inflate layout and add MyPresenter to HomeController and dispatch its lifecycle?

@erva
Copy link
Author

erva commented Nov 2, 2016

Yes, you're right and maybe some stuff for RxController

@SaeedMasoumi
Copy link

@ervinmartirosyan Thanks, I will support this feature soon.

@SaeedMasoumi SaeedMasoumi added this to the 1.2.0 milestone Nov 5, 2016
@SaeedMasoumi SaeedMasoumi self-assigned this Nov 5, 2016
@mradzinski
Copy link

+1 on this. It's the only reason why I'm not using this instead of Mosby 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants