Reputation: 5033
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.
.
Upvotes: 0
Views: 1123
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