ClarkBattle wrote: > So if I use the 42 buttons approach then is it better to enclose them > in a TableLayout or a GridView?
TableLayout, since you don't need selection or scrolling, which are key things GridView brings to the table. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

