Sviatoslav
Sviatoslav

Reputation: 1312

How to use ViewPager and FragmentStatePagerAdapter in API 12.0?

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

Answers (1)

Nixit Patel
Nixit Patel

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

Related Questions