Re: [android-beginners] Using TableView with a ListView

2010-07-09 Thread TreKing
On Wed, Jul 7, 2010 at 6:09 PM, Jake Colman wrote: > Is it really that simple? Maybe. Why don't you try it, see what happens, and report back!? BTW, your description is mildly confusing. - TreKing

[android-beginners] Using TableView with a ListView

2010-07-07 Thread Jake Colman
I'd like to create a table with two rows (each containing one spanned TextView) followed by a list of rows, each containing two TextViews. Do I simply create a TableRow containing a named ListView containing two named TextViews? If I then populate an adapter will TableView realize that I have a