I\'m stuck here with a problem starting an activity from a Button inside a Fragment. Here is my code:
ViewPagerAdapter.java
import j
According to a post here, you should be using FragmentStatePagerAdapter rather than FragmentPagerAdapter. I had the same problem you described, and making that switch worked for me.