Top "Android-viewpager" questions

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

How to add a Fragment inside a ViewPager using Nested Fragment (Android 4.2)

I have a ViewPager with three Fragments, each one shows a List (or Grid). In the new Android API level 17 (…

android android-fragments android-viewpager android-support-library android-nested-fragment
Android.app Fragments vs. android.support.v4.app using ViewPager?

I have a question regarding the Android Support Libraries, Fragments, and as a specific example, the ViewPager class. My intention …

android android-fragments android-viewpager android-support-library
How to programmatically show next view in ViewPager?

I created a ViewPager and everything is working fine, however I want to have a previous next button outside of …

android android-viewpager
How to test if a fragment view is visible to the user?

I have a ViewPager, each page is a Fragment view. I want to test if a fragment is in a …

android user-interface android-fragments android-viewpager
Dynamically add and remove tabs in TabLayout(material design) android

I have a TabLayout and inside that I have ViewPager. I need to dynamically add and remove tab in tablayout(…

android android-viewpager android-design-library android-tablayout
How to switch automatically between viewPager pages

I have an android application that employs a ViewPager with two pages When the activity first displays i would like …

android android-viewpager uiviewanimation
Why does the fragment's onCreateView, onCreate, onActivityCreated are called

I have an app, that deals with fragments and ViewPager. I have three fragments in a ViewPager. When you switch …

android android-fragments android-viewpager android-fragmentactivity
How to change activity with left-right swipe

How to change activity with left-right swipe? I did not find the manual anywhere. Example:

android android-activity android-viewpager swipe
How to Create Android Tabbed style with Page Swipe View

I want an example of tab like this I searched but just got this. viewpageindicator I couldn't use this source. …

android tabs android-viewpager sliding
Can ViewPager have multiple views in per page?

After trying out the Gallery and Horizontal Scroll View, I found that the View Pager does what I need but …

android android-viewpager