[android-developers] Re: Example on how to use Scroller in an activity

2012-06-19 Thread kishore
Hey Guys... You must have a look at the below link : http://stackoverflow.com/questions/5495855/android-scroller-animation Thanks, Kishore On Thursday, 21 January 2010 14:49:46 UTC+5:30, Sonic.. wrote: Hello I tried googling for any example on how to use Scroller for doing manual handling

[android-developers] Re: Example on how to use Scroller in an activity

2010-01-21 Thread Manoj
You can add scrollView to your layout and then add what you want to scroll as a single child to that scrollview. -- 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: Example on how to use Scroller in an activity

2010-01-21 Thread Sonic..
I know, but then I require to move two seperate layouts horizontally simultaneously. and these layouts are not child of one parent, so it's not possible to add them in a single HorizontalScrollView. It is for this reason that I thought that I need to scroll them programmatically using Scroller.

[android-developers] Re: Example on how to use Scroller in an activity

2010-01-21 Thread skink
On Jan 21, 10:23 am, Manoj linkex.ma...@gmail.com wrote: You can add scrollView to your layout and then add what you want to scroll as a single child to that scrollview. hi Scroller has nothing to do with ScrollView Scroller is just a thing to simulate some kind of mechanics (kinetics?)