Thanks. Is it possible to put multiple ListViews inside a Gallery so
that I can have each ListView handles the vertical flings and the
Gallery handles horizontal flings (scrolls from 1 ListView to another
ListView).

Thank you again.

On Tue, Mar 24, 2009 at 3:54 PM, Romain Guy <romain...@google.com> wrote:
>
> What's a "hort. fling"? Horizontal? ListView does not need horizontal
> flings and therefore does not detect them nor does it notify of them.
>
> On Tue, Mar 24, 2009 at 3:37 PM, Lucius Fox <lucius.fo...@gmail.com> wrote:
>>
>> Thanks.  Is there a hook for application to get notified when users
>> perform a hort. fling?
>>
>> I see code in AbsListView which handles the vertical fling, but i
>> don't know it does hort fling.
>>
>> And why the OnScrollListener does not listen for hort. fling either?
>>
>>
>>
>> On Tue, Mar 24, 2009 at 11:06 AM, Romain Guy <romain...@google.com> wrote:
>>>
>>> ListView does not use a GestureDetector.
>>>
>>> On Tue, Mar 24, 2009 at 11:03 AM, Lucius Fox <lucius.fo...@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Can you please tell me which method in ListView is handling the fling
>>>> action (up and down)?
>>>> I look at the source of ListView, I don't see a GestureDectector there.
>>>>
>>>> Thank you.
>>>>
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> Romain Guy
>>> Android framework engineer
>>> romain...@android.com
>>>
>>> Note: please don't send private questions to me, as I don't have time
>>> to provide private support.  All such questions should be posted on
>>> public forums, where I and others can see and answer them
>>>
>>> >
>>>
>>
>> >
>>
>
>
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to