florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

Add another fragment to ViewPager? #279

Closed nuhkoca closed 3 years ago

nuhkoca commented 8 years ago

Hi there, I have a fragment. It has a linearlayouted-recyclerview and I successfully show it on the screen. I have another fragment with staggeredlayouted-recyclerview. When I change the screen orientation I want to replace fragments each other. How do I do that?

Thanks.