I\'m stuck here with a problem starting an activity from a Button inside a Fragment. Here is my code:
ViewPagerAdapter.java
import j
Quick fix is
class MyFragment extends Fragment { @Override public void onSaveInstanceState(Bundle outState) { super.onSaveInstanceState(outState); setUserVisibleHint(true); }
And wait for update in safe mode :)