Reputation: 1312
I am writing an app for tablet API 3.0. How can I include ViewPager and FragmentStatePagerAdapter in my project? Does I must to use compatibility package or this functionality is included in API 3.0?
Upvotes: 1
Views: 435
Reputation: 4445
yes, You need to add add android compatible library of v4 in your application or you can also use actionbarsherlok library
Upvotes: 2