[android-developers] Re: motion effect in Rubber Band

2011-02-03 Thread nation-x
If you look at the Sony Ericsson developer blog you will find an example that might help. http://blogs.sonyericsson.com/developerworld/category/tutorials/3d-list/ Shawn On Feb 3, 12:29 am, Honest honestsucc...@gmail.com wrote: Hi, Thanks to both of you for your reply. but can you provide me

[android-developers] Re: motion effect in Rubber Band

2011-02-02 Thread Nik Bhattacharya
Note that 2.3 is going to allow this in a generic manner. Look at the release notes about overscrolling Support for overscroll New support for overscroll in Views and Widgets. In Views, applications can enable/disable overscroll for a given view, set the overscoll mode, control the overscroll

[android-developers] Re: motion effect in Rubber Band

2011-02-02 Thread Honest
Hi, Thanks to both of you for your reply. but can you provide me some example link ? i will like to go through it. -- 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

[android-developers] Re: motion effect in Rubber Band

2011-02-01 Thread Mathias Lin
You could probably use a TranslateAnimation with a BounceInterpolator http://developer.android.com/intl/fr/reference/android/view/animation/BounceInterpolator.html On Feb 2, 3:20 pm, Honest honestsucc...@gmail.com wrote: hello, I am creating Rubber Band effect in my ListView. So for that i