AFAIK, u cannot use rowid....wat u can do is, remove the row from the tablelayout using the function <tablelayout obj>.removeViewAt(int position), and then <tableLayout obj>.addview(View view, int position)...
hope this helps. cheers! On Wed, Jul 22, 2009 at 10:17 AM, Rahul <[email protected]> wrote: > > > hi All, > > i have one problem. i am using TableLayout and i am adding row > dynamically. when the all the row is created after that i want to > update that row one by one mean i want to add image in that row but > problem is what i am not getting any row id or any reference of > specific row due to this i unable to update the row plz Help me > > > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

