I would like to use fragments (not support fragments) with a view pager, I understand the v13 library has support for fragments but I don't want to import the whole library for my project.
Does anyone know how to find a way round this? e.g an implementation of the FragmentPagerAdapter with Fragments.
Thanks