Code Monkey home page Code Monkey logo

Comments (4)

pakerfeldt avatar pakerfeldt commented on May 29, 2024

I'm not entirely sure what you're after. Do you want to be able scroll horizontally both in ViewFlow and in Gallery? That is not considered good practice and would probably confuse the user.

On a technical level, the ViewFlow will get the touch event before the gallery, and since ViewFlow supports horizontal scrolling it will consume the event.

from android-viewflow.

tlegras avatar tlegras commented on May 29, 2024

Thanks for your quick reply,
Yes you're right but the gallery is one a small component at the bottom of the views, so I was thinking it would not be a problem for the users.
Okay may be I have either to consider another solution for switching views or for the gallery.
Anyway your implementation of viewflow with adapter pattern and also the title indicator is really brilliant. Thanks for sharing it.

Thierry

Le 31 juil. 2011 à 12:40, [email protected] a écrit :

I'm not entirely sure what you're after. Do you want to be able scroll horizontally both in ViewFlow and in Gallery? That is not considered good practice and would probably confuse the user.

On a technical level, the ViewFlow will get the touch event before the gallery, and since ViewFlow supports horizontal scrolling it will consume the event.

Reply to this email directly or view it on GitHub:
#24 (comment)

from android-viewflow.

pakerfeldt avatar pakerfeldt commented on May 29, 2024

I was actually wrong, the gallery view will get the touch event before the ViewFlow but for some reason it does not consume it. This indicates that ViewFlow identifies the horizontal action earlier than gallery. It could possibly be fixed by increasing the distance needed to travel on the screen before ViewFlow consumes the event.

You could try to increase the value of mTouchSlop in ViewFlow.java and see if that changes things. We currently get the distance needed to travel by reading from ViewConfiguration. I would guess the gallery widget would do the same but apparently ViewFlow consumes the event before.

Issue #14 is quite similar.

from android-viewflow.

tlegras avatar tlegras commented on May 29, 2024

Year you must be right as in some cases the gallery seems to get the event.
On the other hand I think I you follow your first suggestion and remove the gallery. Indeed I use it as an extensible button bar and I am no consider replace it by a quick action pattern.
So for me the issue is closed :)
Thanks.
Thierry.

from android-viewflow.

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.