I’ve got the android compatibility package and want to experiment with the ViewPager. http://developer.android.com/sdk/compatibility-library.html
However, i can’t find this class. where is it? after I generated the javadocs (per the link above, the class file is not in the javadocs either).
Any ideas?
android.support.v4.view.ViewPager? Check the source of the compatibility package, unless you are using an old version, it should be there.