Karthik
Karthik

Reputation: 5033

How to get this type of page controller in android?

I would like to use a page controller similarly as per the one used in the iphone transfering between different activities.I am not sure it being called in the android.How to do this any examples will be very much helpful. Thanks.

image here.

Upvotes: 0

Views: 1123

Answers (1)

unnamedhorse
unnamedhorse

Reputation: 1823

You can achieve the paging using the ViewPager class from the Android Support package. As for the page indicator, you can do your own implementation, or give a try on Android-ViewPagerIndicator by JakeWharton that works with the ViewPager class.

Hope it helps, cheers!

Upvotes: 2

Related Questions