[android-developers] Re: Template ROW using xml and api

2009-05-03 Thread Raja Nagendra Kumar
Hi Mark, Thank you for details.. In the interest of others these are the code level details we have done.. 1. We have One main xml with tablelayout 2. Another layout xml with table row specification We every time we need to add a new row to the table, we inflate the row xml and and find the id

[android-developers] Re: Template ROW using xml and api

2009-05-02 Thread Romain Guy
A table with an "infinite" number of rows would be better implemented as a ListView. On Sat, May 2, 2009 at 11:29 AM, Mark Murphy wrote: > > Raja Nagendra Kumar wrote: >> We have a table which may have infinite rows. > > Unless you have a device with infinite RAM, your table will have finite > r

[android-developers] Re: Template ROW using xml and api

2009-05-02 Thread Mark Murphy
Raja Nagendra Kumar wrote: > We have a table which may have infinite rows. Unless you have a device with infinite RAM, your table will have finite rows. > Would it be possible to > create row by using the xml template say > > >android:layout_width="wrap_content