Git Product home page Git Product logo

Comments (5)

vanlooverenkoen avatar vanlooverenkoen commented on September 13, 2024
    mDragLayout.setOnTouchListener(new View.OnTouchListener() {
        @Override
        public boolean onTouch(View view, MotionEvent motionEvent) {
            if (MotionEventCompat.getActionMasked(motionEvent) == MotionEvent.ACTION_UP) {
                updatePreviewsCallback.executeCallback();
            }
            return false;
        }
    });

this is what I found that worked, but maybe you could implement it in the api to add a dedecated listener. just a suggestion

from draglinearlayout.

justasm avatar justasm commented on September 13, 2024

Hey!

The order is in fact committed when the onSwap callback is called, so it would be the proper place to update your model. Thanks for the suggestion and for posting your solution.

from draglinearlayout.

vanlooverenkoen avatar vanlooverenkoen commented on September 13, 2024

onSwap? is this a public API? I can't find it
or do you mean the: OnViewSwapListener?

because at that point if you loop over all your views they are still in the previous position only if you let go of the draghandler the position will be changed

from draglinearlayout.

justasm avatar justasm commented on September 13, 2024

I did mean the OnViewSwapListener.
You are correct that the View positions are swapped only after the callback is invoked, which in retrospect is probably not the expected behaviour. However, you have sufficient information with the initial state and the sequence of onSwap callbacks to know at any time what the current order is.

If you need to specifically detect ACTION_UP, the solution you provided is one correct way to do it.

from draglinearlayout.

vanlooverenkoen avatar vanlooverenkoen commented on September 13, 2024

yes indeed, thanks again for your awesome lib

from draglinearlayout.

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.