[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 of scrolling, but couldn't came across one.

 I would be grateful if anyone could please help me out in this, on how
 to use a Scroller in an activity.

 Thanks in advance



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

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

[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.
Any other way would be welcome.
Thanx

On Jan 21, 2:23 pm, 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.
-- 
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

[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?)

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