I've implemented the horizontal view paging, now how do i give the indicators. In a post i found a component com.viewpagerindicator.CirclePageIndicator. But while executing it shows class not found. What am I missing?
Asked
Active
Viewed 1,170 times
1 Answers
2
For viewPager library is available at github. Just use that lib and jar in your app. so that u can get CirclePageIndicator.

Jyosna
- 4,436
- 13
- 60
- 93
-
i'm facing probs in doing this. Can you please give the steps. – JaseemAmeer Dec 26 '11 at 07:49
-
It asks to reference as library project. But im not able to do it. – JaseemAmeer Dec 26 '11 at 09:06
-
right click on project folder, choose properties,there choose android, below click add button to add library. – Jyosna Dec 26 '11 at 09:11
-
u have to add that library to ur workspace then it will come there in the list – Jyosna Dec 26 '11 at 09:22
-
I followed the steps in [link](http://stackoverflow.com/questions/8248196/how-to-add-a-library-project-to-a-android-project) and was able to add actionbar library to my project. But when I tried the same thing for view pager indicator browsing from 'JakeWharton-Android-ViewPagerIndicator-3db7585\library', its not listing in the library to add. – JaseemAmeer Dec 27 '11 at 04:02
-
did u add that jar to the build path of that library? – Jyosna Dec 28 '11 at 09:40
-
which jar? i cannot find any jar files with it – JaseemAmeer Dec 29 '11 at 04:24
-
I downloaded the zip file from [here](https://github.com/JakeWharton/Android-ViewPagerIndicator). I cant find the jar file in it. Please give me the path. – JaseemAmeer Dec 29 '11 at 09:46
-
JakeWharton-Android-ViewPagerIndicator-3db7585/ library/ libs/ android-support-v4.jar – Jyosna Dec 29 '11 at 10:49
-
the mistake i did was missing the isLibrary checkbox of the library project. – JaseemAmeer Apr 03 '12 at 11:41