st235/AndroidRouter

Is there need to fluent-router?

Closed this issue · 1 comments

st235 commented

The syntax will be like:

router
    .add(fragment)
    .animate();
router
    .start(activity)
    .finishThis();
st235 commented

It was replaced with static import methods system.