Is your designing is something like onClick of an item on First list should change content of rest of the column? If yes,you can try Fragments. It will be a nice to have 2 fragments in tablet and one in phone. Just search for fragment tutorials on google you will get tons.
On Tuesday, 2 March 2010 01:29:01 UTC+5:30, sdphil wrote: > > I want to create a list view that looks like this: > > +----------+--+--+ > | | | | > +----------+--+--+ > | | | | > +----------+--+--+ > > It looks like a grid in terms of the selection can go to any row and > column, but I want the left most column to be significantly wider than > the columns to the right of it. > > What kind of control should I use? > > tia. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

