I am designing a viewpager using a FragmentPagerAdapter.
Now we know, The view pager by default stores one page before and one page ahead of the current page being viewed for smoother transitions. I want to know is there any way to eliminate this behavior.
Actually, I want to test the product in conditions of low memory, so app should use less memory that's why i want that the page is not stored in the memory. I have only two pages in the view pager.