I would like to know is it possible to use the class FragmentStatePagerAdapter or its equivalent without the support library?
I know how to use native fragments in place of those from the support library and many other classes have their similar equivalents, but I can't find what should be used instead of this class.
I basically want to extend it for using it in my adapter like this
public class ImageAdapter extends FragmentStatePagerAdapter {...