getActivity from fragment inside View pager return null
问题 I have a View pager inside of Fragment Activity and the View pager Contain two fragment at the start of the activity i have a rest request and when i get the response i want to update the Views inside of each fragment and in each one i'm using getActivity but my problem is the i always get null pointer exception on getActivity just on tablet Devices but i didn't get this issue on mobile phones that's my pager adapter public class Guide_ViewPager_adapter extends FragmentStatePagerAdapter {