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