Reputation: 25143
I want to use viewpagerindicator with ViewPager
in my android application. I've created ViewPager
, now I want to display the title of each page in the ViewPager
. After reading this I came to know that viewpagerindicator will be helpful. Now the problem is that how can I use this project in my project. I tried adding from properties --> java build path --> Libraries --> add external class folders
but it doesn't helped.
I also tried to compile the libraries downloaded from http://viewpagerindicator.com/, but that gives me a bunch of The method setViewPager(ViewPager) of type LinePageIndicator must override a superclass method
type errors.
I want to use TabPageIndicator
and TitlePageIndicator
from viewpagerindicator project in my application as described here.
Upvotes: 2
Views: 11664
Reputation: 28541
Upvotes: 1