4 messages in com.googlegroups.android-developers[android-developers] Re: I want to ho...
FromSent OnAttachments
stefoid27 Apr 2008 22:17 
stefoid27 Apr 2008 23:26 
stefoid28 Apr 2008 00:12 
stefoid28 Apr 2008 00:28 
Subject:[android-developers] Re: I want to horizontally scroll a LinearLayout area
From:stefoid (stev@yahoo.com)
Date:04/27/2008 11:26:25 PM
List:com.googlegroups.android-developers

OK, so I worked it out myself, sort of - Im still having issues with it, but at least I can get it to move.

answer lies here:

http://code.google.com/android/reference/android/view/animation/package-descr.html

I want to use 'kinetic' horizontal scrolling on an a LinearLayout area.

I did a quick search and found this widget called a Scroller that seemed to have an API that fit the bill - flings, interpolaters, etc... but then Scroller is only of use to a TextView?

ScrollView seems like it is only a vertical thing?

What should I use? Is the whole issue T.B.D. ?

cheers