[android-developers] fling deceleration

2011-09-15 Thread bob
What are the best formulas to use for fling deceleration? -- 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-develop

[android-developers] fling

2011-09-14 Thread bob
Let's say you are developing a subclass of View. To process motions, you're using a GestureDetector. How do you make the fling event correctly fling your stuff? Do you have to fire up a background thread? -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Fling on ListView

2009-03-24 Thread Lucius Fox
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. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go