Since API 27 FragmentPagerAdapter
is deprecated. What\'s the best alternative to use for this?
In my case, I understand something like super(fragm
It seems like not only the constructor without behavior, but the class FragmentPagerAdapter (which can consume a good amount of memory by keeping Framents in memory), and FragmentStatePagerAdapter are both in deprication stage. I wonder what can be used to extend abstract class PagerAdapter to extend codebase lifespan.