Now I am developing a SDK project, the SDK will provide a Activity with swiping tab view, the easiest way is to use Viewpager, however, since I do not want to force the SDK's users to include support v4 package, I am finding some way to implement it without using Viewpager.
I already looked the answers in this post, but I am not plan to include all the source code of viewpager in my project.
Any solution or open source library is appreciated, Thank you.