Git Product home page Git Product logo

Comments (5)

JlUgia avatar JlUgia commented on June 11, 2024

Well, as you can see in the code, the property which is being varied in this view is scrollX and scrollY, and these have getters. You have it by calling mSlidingLayer.getScrollX() (and scrollY). Nevertheless for that purpose I guess it'll help to have a listener that is called in every frame the scroll changes. Something like AbsListView.onScrollListener. With that you just need to get the scroll values and apply your parallax formula to move your view behind accordingly.

from android-sliding-layer-lib.

ankushg avatar ankushg commented on June 11, 2024

How would you recommend making something like an onScrollListener for the SlidingLayer?

from android-sliding-layer-lib.

JlUgia avatar JlUgia commented on June 11, 2024

I think it could make sense.

from android-sliding-layer-lib.

ankushg avatar ankushg commented on June 11, 2024

Yeah I think it makes sense too, but how would one make that kind of listener?

from android-sliding-layer-lib.

JlUgia avatar JlUgia commented on June 11, 2024

Easy dizzy.
Just need to notify the listener whenever the position change. Probably within onTouch method MotionEvent.MOVE. It'd be wise to double check when is it happening in AbsListView for instance, but I'm sure it is enough with that.

On Jun 15, 2013, at 1:29 AM, Ankush Gupta wrote:

Yeah I think it makes sense too, but how would one make that kind of listener?


Reply to this email directly or view it on GitHub.

from android-sliding-layer-lib.

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.