lukaspili / Mortar-architect

[DISCONTINUED] Navigation stack for Mortar. Alternative to Flow. Focuses on Mortar scopes, simplicity, seamless integration and killing boilerplate code.
MIT License
164 stars 12 forks source link

Does this library support all the fragments-related classes, like ViewPager? #2

Closed AndroidDeveloperLB closed 9 years ago

AndroidDeveloperLB commented 9 years ago

as the title says.

lukaspili commented 9 years ago

Yes. There is one example of ViewPager in the example project (see SlidesPresenter and SlidePagePresenter.) And also architect-commons provides a PagerAdapter: https://github.com/lukaspili/Mortar-architect/blob/master/commons/src/main/java/architect/commons/adapter/StackablePagerAdapter.java

AndroidDeveloperLB commented 9 years ago

Nice. Thank you.

On Mon, Jul 13, 2015 at 9:56 PM, Lukas Piliszczuk notifications@github.com wrote:

Yes. There is one example of ViewPager in the example project (see SlidesPresenter and SlidePagePresenter.) And also architect-commons provides a PagerAdapter: https://github.com/lukaspili/Mortar-architect/blob/master/commons/src/main/java/architect/commons/adapter/StackablePagerAdapter.java

— Reply to this email directly or view it on GitHub https://github.com/lukaspili/Mortar-architect/issues/2#issuecomment-121022586 .