[android-developers] Re: Horizontal scrollview

2011-01-24 Thread lou
After some long research, I found the solution here :
http://stackoverflow.com/questions/3467461/developing-an-android-homescreen
Matthieu's message contains the source code I needed.
And thanks TreKing!

On Jan 21, 5:35 pm, TreKing treking...@gmail.com wrote:
 On Fri, Jan 21, 2011 at 10:19 AM, lou louis.coq...@wopata.com wrote:
  It's the same thing as a ViewFlipper but with real time animation;

 Use a ViewFlipper and apply real time animation, whatever that means.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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: Horizontal ScrollView

2010-12-25 Thread Bret Foreman
Use this: 
http://developer.android.com/reference/android/widget/HorizontalScrollView.html

-- 
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: Horizontal ScrollView

2010-12-25 Thread jotobjects


On Dec 25, 1:39 pm, Bret Foreman bret.fore...@gmail.com wrote:
 Use 
 this:http://developer.android.com/reference/android/widget/HorizontalScrol...

Thanks - I noticed HorizontalScrollView widget just after posting this
question :-)

The ScrollX and ScrollY attributes (and X and Y scrollbar attributes)
come from ViewGroup.  Is is possible to have ScrollView that scrolls
horizontally and vertically?

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