How can I integrate this Scrollable Tab library in Eclipse?

冷暖自知 提交于 2019-12-12 04:43:11

问题


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:

  1. How can I integrate is in my application in Eclipse?: I tried to add it as library, but not working.
  2. I haven't seen any layout to draw this control.
  3. Also when I tried to integrate it, with just copy-paste scr, res, & lib folders, I get PageIndicator, CirclePageIndicator, LinePageIndicator cannot be resolver error. I had added external jar support for Android supprt lib v4. but it was still not working.

If anybody had used this Scrollable Tab library, please help me with this. And if you have another reference to scrollable tab plugin, please share with me.

I tried to mail to developer, but he didn't replied to my mail yet, that's why I have to come to StackOverflow.


回答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.


来源:https://stackoverflow.com/questions/11323568/how-can-i-integrate-this-scrollable-tab-library-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!