I'm wondering if it makes any sense to use recycling functionality in this case: ViewPager, where each page is a fragment with a GridView, which fits in the page (all items are visible, no scrolling).
The reason of the question is that I would like to switch between 2 different (similar) XMLs to inflate the items in the grid view. And, using recycling, it's probably not possible. But I think recycling is not necessary in this case. -- 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

