Hi, There is no need to cache anything. Just make sure that you reuse the convertView passed to you in the adapter's getView method. Check out the ApiDemos (especially List14.java) to see how to write efficient adapters.
On Tue, Oct 28, 2008 at 3:40 PM, Emery <[EMAIL PROTECTED]> wrote: > > Does getLayoutInflater().inflate repull the XML layout each time, or > are layouts cached? I am using it to create a ListView item that will > repeat many times over. Should I cache the layout myself? > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

