Dashboard pattern: HorizontalScrollView with pagination or ScrollView?
Posted
by
Macarse
on Stack Overflow
See other posts from Stack Overflow
or by Macarse
Published on 2011-01-07T17:30:41Z
Indexed on
2011/01/07
17:53 UTC
Read the original article
Hit count: 258
I am starting a new application and I am willing to use the Dashboard pattern.
For example: The Google IO app uses it:
My issue is that the amount of buttons will be more than six. I'm not sure if I should use vertical or horizontal scrolling.
Vertical scrolling could be done with a ScrollView
or a GridView
but I am not sure which would be the easier way to implement the horizontal version.
I was thinking of using an HorizontalScrollView
but it doesn't have pagination. It should feel similar to the tweetdeck app.
How would you implement it?
© Stack Overflow or respective owner