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