The fragments I use in my ViewPager instance are quite resource intensive, so I\'d only like to load one at a time. When I try the following:
ViewPager
mV
Does ViewPager require a minimum of 1 offscreen pages
Yes. If I am reading the source code correctly, you should be getting a warning about this in LogCat, something like:
Requested offscreen page limit 0 too small; defaulting to 1