Code Monkey home page Code Monkey logo

Comments (6)

formatBCE avatar formatBCE commented on September 13, 2024 1

@namtran4194 sorry for late response - had busy days.
Changes were made in AdaptiveTableLayout class:

  1. @Override public boolean onDown(MotionEvent e) { // stop smooth scrolling if (!mScrollerRunnable.isFinished()) { mScrollerRunnable.forceFinished(); } startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL); return true; }
    here "startNestedScroll" was added.

  2. "scrollBy" method fixed - without that fix nested scroll was laggy as hell.

  3. All rows regarding to NestedScrollingChildHelper were added - field and methods, look at the end of file.

  4. "onScroll" and "onFling" methods.

I suppose, it's enough to get it working. If there's any troubles - inform me please, i will continue to dig.

from adaptivetablelayout.

yarovoiag avatar yarovoiag commented on September 13, 2024 1

Hi @formatBCE, thx for using this library.
I see you did a good job )) Feel free to create pull request. We will integrate this changes in our library.
With best regards Cleveroad team.

from adaptivetablelayout.

tifezh avatar tifezh commented on September 13, 2024

@formatBCE Did you solve it?

from adaptivetablelayout.

formatBCE avatar formatBCE commented on September 13, 2024

@tifezh yes, i managed to make it working by forking and digging into code.
You may see my fork https://github.com/formatBCE/AdaptiveTableLayout,
but be aware, that a lot was changed there to support dynamic data sets as well.

from adaptivetablelayout.

tnam0x avatar tnam0x commented on September 13, 2024

Could you tell me what part of code you changed to fix this issue?

from adaptivetablelayout.

formatBCE avatar formatBCE commented on September 13, 2024

Hey @yarovoiag! Will make it asap, thanks! :)

from adaptivetablelayout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.