Android got a compatibility package you need to add to use the ViewPager.
android.support.v4.view.ViewPager
Make sure it’s the v4 or newer. Take a look at the Support Library
Further look: Adding a library/JAR to an Eclipse Android project
Exploration of Information, Communication and Technology
Android got a compatibility package you need to add to use the ViewPager.
android.support.v4.view.ViewPager
Make sure it’s the v4 or newer. Take a look at the Support Library
Further look: Adding a library/JAR to an Eclipse Android project