I have added a viewpager to an activity which contains two page.
In onCreate of activity I add fragments to a fragmentAdapter:
public void onCreate(B
If you don't want to reload your fragment on orientation change, write following for the activity in which you are loading the fragment in manifest file.