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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:04:12+00:00 2026-06-05T15:04:12+00:00

I am in a team which is building an app for a tablet which

  • 0

I am in a team which is building an app for a tablet which reacts like a magazine.
We’re using ListView to display one article having multiple pages.
Each row contains a lot of data, and is used to represent a page of a magazine.
One row takes almost whole of the screen in portrait mode, so one row == one screen

As of now, when a user scrolls this whole ListView, it behaves the way a normal ListView would –

  • if you flick fast enough, it will scroll fast
  • if you scroll slowly, scrolling stops as soon as you stop vertical motion of the finger

What I want-

  • No matter how fast or slow a user scrolls/flicks (makes a finger movement in vertical direction), only one single row should be scrolled.

Is there a way I can control how the ListView is being scrolled?

I searched a lot, quite a number of articles suggesting how to scroll to top or to a particular position, but no one actually tells how the scrolling happens so that I can control it.
Am I missing something?

  • 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-05T15:04:14+00:00Added an answer on June 5, 2026 at 3:04 pm

    ListView uses a Scroller (OverScroller past GingerBread 2.3) which has private access. Not sure if this will help you out but it can point you in the right direction. To get the behaviour you want you can try the following(I have only tested this on a ScrollView):

    //Replace the scroller with your own
    
    Field mScroller;
        try {
            mScroller = ListView.class.getDeclaredField("mScroller");
            mScroller.setAccessible(true); 
    
            scroll = new OverScroller(mContext, new DecelerateInterpolator(DECELERATE_AMOUNT));
            mScroller.set(yourListView, scroll);
    
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } 
    

    Then add an ontouchlistener to uour ListView and scroll on touch up:

    mScroller.startScroll(0, startY, 0, distanceToNextPage, 500);
    

    An alternative to the solution above you can try the following:

    1. Add an ontouchListener to your ListView
    2. on touch up:

      yourListView.smoothScrollToPosition(LIST_ITEM_INDEX);

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm on a team that's currently building a MOSS 2007 based application (which relies
Involved in a project where one half of the team are building the db
Hey team i am new to android and building an application in which there
So I'm building an application using django. A few people in my team think
I work on a small Agile development team which is part of a large,
i have this GUI screen shots from the design team which i needs to
I recently became part of a complex embedded project team for which I will
I have been asked to create some functionality in which marketing team send users
Our team is currently working on a large project which makes heavy use of
My team and support a large number of legacy applications all of which are

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.