Thiago
Thiago

Reputation: 13302

ViewPager - error

i am trying to create a View pager on a simple activity not Fragment, But I am getting lots of errors :

I have tried to import the v4 library but I am getting these errors messages

Upvotes: 0

Views: 191

Answers (1)

Sayem
Sayem

Reputation: 5011

Your defined class should be another class name not "ViewPager". For Example : it may be MyViewPager

Upvotes: 3

Related Questions