8

Are there any samples similar to this? Android horizontal scroll view... Or how can I go about this?

Enter image description here

0

2 Answers 2

14

Pseudo:

<LinearLayout android:orientation="vertical"> <HorizontalScrollView> <LinearLayout android:orientation="horizontal"> <Image1 /> <Image2 /> <Image3 /> <Image4 /> <Image5 /> </LinearLayout> </HorizontalScrollView> <LinearLayout android:orientation="horizontal"> <Button1 android:layout_weight="1" /> <Button2 android:layout_weight="1" /> <Button3 android:layout_weight="1" /> <Button4 android:layout_weight="1" /> </LinearLayout > </LinearLayout> 

Have fun!

Sign up to request clarification or add additional context in comments.

Comments

0

Try to have a look at these:

3 Comments

Hmmmm....i have already seen this example..but this uses the Gallery class...which is better to use Gallery or HorizontalScrollView ?
According to me its better to use the GalleryView than HorizontalScrollView.. Its my suggestion.. U better go what suits for u arun.
I'm really lost. What we can use in place of GalleryView? A GridView with custom numColumn based at screen size, inside of HorizontalScrollView?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.