Re: [android-developers] Re: Android Dashboard - GirdView or LinearLayout

2011-04-22 Thread Mark Murphy
On Fri, Apr 22, 2011 at 6:18 PM, Robert Louden wrote: > Mark, that was one of the examples that I used when researching on how to > create a dashboard; very useful. They use a LinearLayout to organize the > dashboard. Well, actually, I was referring to (*cough*) my answer on that question, linkin

Re: [android-developers] Re: Android Dashboard - GirdView or LinearLayout

2011-04-22 Thread Robert Louden
Mark, that was one of the examples that I used when researching on how to create a dashboard; very useful. They use a LinearLayout to organize the dashboard. On Fri, Apr 22, 2011 at 5:28 PM, Mark Murphy wrote: > Also, see: > > http://stackoverflow.com/questions/4981430/dashboard-layout-pattern >

Re: [android-developers] Re: Android Dashboard - GirdView or LinearLayout

2011-04-22 Thread Mark Murphy
Also, see: http://stackoverflow.com/questions/4981430/dashboard-layout-pattern On Fri, Apr 22, 2011 at 5:26 PM, Robert Louden wrote: > Ah, the dynamic part makes sense for a GridView. I've seen a ScrollView also > be used with a LinearLayout template, so I guess it really is preference at > that

Re: [android-developers] Re: Android Dashboard - GirdView or LinearLayout

2011-04-22 Thread Robert Louden
Ah, the dynamic part makes sense for a GridView. I've seen a ScrollView also be used with a LinearLayout template, so I guess it really is preference at that point. I must say that I never thought of using a ListView for the dashboard. I'm not even sure how. Do you use two views in each list row?