Re: [android-developers] Re: Updating row dynamically in table layout

2011-05-23 Thread Justin Anderson
Use a ListView and write an Adapter... You could probably start with sub-classing BaseAdapter and making it take an ArrayList of data. You should then find this much easier to do... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 9:

[android-developers] Re: Updating row dynamically in table layout

2011-05-23 Thread pramod.deore
Any body as suggestion? On May 23, 3:38 pm, "pramod.deore" wrote: > I had written some code for this like: > > First I had created one TreeSet object as: > TreeSet ts = new TreeSet(); > >                 public void checkExist() >                 { >                         if (ts.add(tokens[5]))

[android-developers] Re: Updating row dynamically in table layout

2011-05-23 Thread pramod.deore
I had written some code for this like: First I had created one TreeSet object as: TreeSet ts = new TreeSet(); public void checkExist() { if (ts.add(tokens[5])) { System.out.println ("R