I'm using a Gallery with big views that are always of the same type, but it seems like the Gallery never asks the adapter to recycle a view.
I have everything defined that I assume is necessary to enable view recycling (getItemViewType always returns 0, getViewTypeCount returns 1), but getView() is always called with convertView == null. Is there a step that I'm missing? -Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

