Hello, A question for the experts on how ListActivity does its job.
My understanding of the documentation is that to give a custom look to ListActivity, one needs to provide a template View (through setContentView) that contains a ListView object with the ID "list". ListActivity then proceeds to use this template for all the rows it displays. My question is, how does ListActivity create multiple instances of these ListView objects? (one for each row) If using the "findViewById() method", one ends up with a single View object. Is there a straightforward way to create clones of a view object? Any insights will be greatly appreciated. I would like to do something similar but with a TableLayout. Specify a template for each column in the table and be able to instantiate view objects for each table cell. Thanks, DS. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

