Skip to content Skip to sidebar Skip to footer

How Can I Integrate This Scrollable Tab Library In Eclipse?

I'm banging my head with this Scrollable Tab library, but didn't get success. The website itself have a little amount of details in it. My Questions are: How can I integrate is in

Solution 1:

It is not the scrollable Tab library. It is Page indicator library. which you can use with View pager of Android Support Library and ActionBarSherlock.

To use it they give a example. You need to Import their project as a library. And then add library in you project.

Then try their example. I hope it will help you.:)

EDIT: HOW to:

  1. Download project from
  2. now import the library folder project in eclipse
  3. now in your project right click > Android > Library > add (a pop open select "library") :)
  4. Now try their example under headding Usage.

Post a Comment for "How Can I Integrate This Scrollable Tab Library In Eclipse?"