AHHHHHHHHH

That makes much more sense now. So, if OnFling isn't called, then you'd want
to use 
onSingleTapUp<http://code.google.com/android/reference/android/view/GestureDetector.OnGestureListener.html#onSingleTapUp%28android.view.MotionEvent%29>
(MotionEvent<http://code.google.com/android/reference/android/view/MotionEvent.html>e)

2009/1/29 Moto <[email protected]>

>
> I currently use onFling() but this isn't called all the time.
>
> You can have onScroll() event happening without onFling() action
> following...  That's from my experience...   I assume onFling() is how
> fast you do a swipe.  So because onFling() isn't called all the time
> my code doesn't do what it should do.
>
> What my code does:
> after scrolling a view I need the onUp() to trigger a function which
> aligns my view in a particular way acording to it's current scroll
> value...
>
> Thanks for your help...
> >
>


-- 
Phill Midwinter
Director
Grant Midwinter Limited
d: 0844 736 5234 x: 0
m: 07538 082156
e: [email protected]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to