Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8924623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:28:09+00:00 2026-06-15T07:28:09+00:00

I am using ViewPager (support library). I want to know every time the ViewPager

  • 0

I am using ViewPager (support library). I want to know every time the ViewPager change the visible page, it is scrolling left or right.

Please give me a solution. Any recommend is welcome also.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T07:28:10+00:00Added an answer on June 15, 2026 at 7:28 am

    set setOnPageChangeListener to your ViewPager

    keep a variable global as

    private int lastPosition = 0;
    

    and in

    @Override
    public void onPageSelected(int arg0) {
        if (lastPosition > position) {
             System.out.println("Left");
          }else if (lastPosition < position) {
             System.out.println("Right");
          }
          lastPosition = position;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application I am using ViewPager from the support library- v4 In main
I am using a android.support.v4.view.ViewPager and wish to page through its views quickly. Currently,
I am using Android's support.v4 package to develop a ViewPager containing multiple Fragment s.
I am using the ViewPager from the Android Support package (android.support.v4.view.ViewPager). My ViewPager layout
I am trying to use viewpager from android support library v4 in intelli j.
I'm developing an Android 3.1 Tablet application using android.support.v4.view.ViewPager and android.support.v4.app.FragmentActivity . The following
I want to Toast a message on button click using viewpager also I want
I have a project using a ViewPager which works correctly: I can page from
I'm using the new ViewPager -view from the Android compatibility library, and I can't
I am using ViewPager without fragments, and need to support 2.1+ so I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.