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 8424745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:05:18+00:00 2026-06-10T04:05:18+00:00

When user press this LEFT or RIGHT button the image should swap according to

  • 0

When user press this LEFT or RIGHT button the image should swap according to left or right in ViewPager, The button is out side of the ViewPager.. Can any body help me how to do this

  • 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-10T04:05:20+00:00Added an answer on June 10, 2026 at 4:05 am

    Well is easy, you need to add code on the “onclick” of each button to do this:

    ViewPager mPager = new ViewPager(mContext);  //replace mContext with "this" if in activity
    int newPosition = mPager.getCurrentItem() + 1;  //- 1 if is the left button
    newPosition = newPosition < (mPager.getAdapter().getCount() - 1) ? newPosition : newPosition - 1;
    //And again this is for right, for left you need to compare 'newPosition >= 0'
    mPager.setCurrentItem(newPosition);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This program is supposed to create a button that the user can press to
I have a page whereby the user can press left + right buttons to
In my app after user press start button I execute some code in for
In my application, I'm trying to make it so the User can press a
This should not create any Issues with the NDA as I am not asking
When my user press Enter on the virtual android user validate entry! keyboard my
I need to know by notification or whatever when the user press outside the
I have a console program and I want if the user press ctrl-z the
Is there anyway to close iphone app just like user press the menu key?
I need to parse the payload from different push notification, but if user press

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.