Super clever! On Fri, Sep 17, 2010 at 1:08 PM, Kostya Vasilyev <[email protected]> wrote:
> If this is just for testing, you could put a transparent view on top of > the ListView, handle events there, and call scrolling methods in the > ListView. > > -- Kostya > > 17.09.2010 21:06, Moto пишет: > > If it makes everyone HAPPY! I'm essentially doing a small study on >> user interface behavior. I'm trying to test different behaviors of >> the UI in particular cases. One would be while driving. "FYI, you >> shouldn't be using your phone while driving..." >> >> In the case of an inverted ListView scrolling behavior, I trying to >> see how it feels to scroll when I have my hand extended out to the car >> craddle holding the phone. >> >> Here is what I'm trying to test, and I like to actually test not just >> jump into a conclusion, ohh no this is not UI friendly... ;) >> >> *On a ListView usually more content is located below so you need to >> scroll down which means you must move your finger up. Making this >> motion of moving the finger up can be very difficult when you are >> extending your arm. Also, if the air is a bit humid. By inverting the >> list it might be better to scroll the content by moving your finger >> down than up! >> >> *******REMEMBER THIS IS A CASE STUDY******* >> >> @TreKing >> Thanks for at least hinting on a path. I have been trying to intercept >> the touch events and trying to invert them but it's not really >> working... I'll continue to test and try to see if I can post some >> code of what I'm doing. >> >> -Moto >> On Sep 17, 12:48 pm, TreKing<[email protected]> wrote: >> >>> On Fri, Sep 17, 2010 at 11:44 AM, DanH<[email protected]> wrote: >>> >>>> In a particular context "normal" scroll behavior was (almost) >>>> universally >>>> judged by users as "backwards", even though a few screens later the >>>> situation was reversed. >>>> >>> What context? If this is clearly explained so the rest of us dumb folk >>> understand, it would be easier to climb down off the high horses. >>> >>> >>> ------------------------------------------------------------------------------------------------- >>> TreKing<http://sites.google.com/site/rezmobileapps/treking> - Chicago >>> transit tracking app for Android-powered devices >>> >> > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

