Top "Android-viewpager" questions

A ViewGroup that manages the layout for the child views the user can swipe between.

Get focused View from ViewPager

i use the ViewPager for switching views with left/right swipe. The ViewPager needs an Adapter, so I've built this …

android view pager android-viewpager viewpage
Android ViewPager setCurrentItem not working after onResume

I've got this strange issue, ViewPager's setCurrentItem(position, false) works perfectly fine, then im switching to another activity, and after …

android methods android-viewpager onresume
ViewPager as a circular queue / wrapping

I am using a ViewPager with the FragmentStatePagerAdapter to allow navigation between some fragments. Let's say I have three fragments: …

android android-fragments android-viewpager
Saving Fragment state in ViewPager

I tried out the sample code from the API and it didn't really work so I implemented my own: FragmentPagerSupport …

android android-fragments android-viewpager
Android Set Text of TextView in Fragment that is in FragmentPagerAdapter

This one is driving me nuts. Basically, I want to create a ViewPager and add a few Fragments to it. …

android android-fragments android-viewpager android-fragmentactivity
ViewPager does not redraw content, remains/turns blank

We're suffering from a very strange issue with ViewPager here. We embed lists on each ViewPager page, and trigger notifyDataSetChanged …

android android-viewpager
How to update ViewPager content?

i have this PageAdapter with days of the week, for each pager I have the same Layout. My problem is …

android listview android-viewpager pager indicator
Replace one Fragment with another in ViewPager

I'm having some problems when I try to replace one Fragment with another one in a ViewPager. Current situation I …

android listview android-fragments android-viewpager
Set default page for ViewPager in Android

I am using the following code, MAX is 2 pages. By default the position is 0 and adds a new page to …

android animation swipe android-viewpager