Hi, As title, ViewInflate.inflate() takes about 500ms-1sec to inflat an XML layout file defining a LinearLayout objects containing two LinearLayout objects each with about 10 Views objects.
With a ListView of 20 entries, each of the same layout, it will take 10-20 seconds to finish layout the entire ListView. Is there any faster way to achieve it? For example, faster inflate API or some API to "clone" the first inflated entry to obtain remaining 19 entries? Thanks for any feedback. Nick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

