Search code examples
javaandroidrssfeed

TitlePageIndicator can not be resolved to a type in android


Hi i have to develop android BBc news reader application from BBC news reader application

Here i have to import these app from above link and run the app means i get the following error.how can i resolve these error ??? please help me

The error is :

TitlePageIndicator cannot be resolved to a type...i got the error on below line...

TitlePageIndicator pagerIndicator = (TitlePageIndicator) findViewById(R.id.categoryPagerIndicator);

Solution

  • You should read project README

    We use several other projects to help us:

    TitlePageIndicator is a part of ViewPagerIndicator, RSSFeed is a part of android-rss and so on. Just download this libraries, build it and add to your project.