Top "Android-viewpager" questions

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

ViewPager in a NestedScrollView

I need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing …

android android-layout android-viewpager android-support-library
ViewPager inside a ScrollView does not scroll correclty

I have a 'page' that has a number of components on it, and who's content is longer than the height …

android scrollview android-viewpager
Can I use view pager with views (not with fragments)

I am using ViewPager for swiping between Fragments, but can I use ViewPager to swipe between Views simple XML layout? …

android android-fragments android-viewpager android-view
Add / Delete pages to ViewPager dynamically

I would like to add or delete pages from my view pager dynamically. Is that possible?

android android-viewpager
Update data in ListFragment as part of ViewPager

I'm using the v4 compatibility ViewPager in Android. My FragmentActivity has a bunch of data which is to be displayed …

android android-fragments android-viewpager android-adapter android-listfragment
Is it possible to access the current Fragment being viewed by a ViewPager?

I have an app with a ViewPager and three Fragments. I'm trying to figure out how to get the current …

android android-fragments android-viewpager
How do you create a transparent demo screen for an Android app?

I'm trying to create a semi-transparent demo screen that is launched only when a user first installs my application. Here's …

android android-viewpager transparent demo showcaseview
Android ViewPager Prev/Next Button

Okay, so I'm developing an Android app that utilises a ViewPager to display pages. Within each page, I have a …

android button navigation android-viewpager
Android ViewPager - Show preview of page on left and right

I'm using Android's ViewPager. What I want to do is to show a preview of the page on both the …

android android-viewpager
Change ViewPager animation duration when sliding programmatically

I'm changing slide with the following code: viewPager.setCurrentItem(index++, true); But it changes too fast. Is there a way …

android animation android-viewpager