I have a problem. I have 4 pages. and I used the method that pager.setOffscreenPageLimit(3);... It is very well page swiping. However, When I called finish() at FragmentActivity, Error happened that Fragment BackStack NullPointerException. How do I solve it?
I have 4 fragments and one MainActivity that extends FragmentActivity. I use pager and FragmentStatePagerAdapter. I want to make two buttons to exit the app or go back to previous Activity.
** Problem : When I called finish() method in MainActivity, Error happened upper picture. I want to know a solution about this problem.