telentqq / fragments-viewpager-example

Example about replacing Fragments inside a ViewPager (Android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fragments in a ViewPager example

This code shows how to replace Android Fragments inside a ViewPager.

Imagine the following structure:

[ Root fragment | Side fragment ]

You can replace Root fragment for another one and, at any moment, you could swipe to Side fragment. Also, it's possible to return to previous fragments by pressing back button.

In the code, I'm using support library v7 but it is not mandatory.

Download the apk file

View a video example

Contact

Twitter: @dani_lao

Google+: +danilao

About

Example about replacing Fragments inside a ViewPager (Android)

License:MIT License