I have implemented the FragmentPagerAdapter and and using a List to hold all fragments for my ViewPager to display. On
FragmentPagerAdapter
List
ViewPager
Maybe this answer helps you.
Use FragmentStatePagerAdapter instead of FragmentPagerAdapter.
Because FragmentPagerAdapter does not destory the views. For more information read this answer.