I have a viewpager with nearly 200 pages inside it and each page can have a webview or imageview so it is a pretty heavy and maybe because of this performance is very bad, I understand viewholder pattern in android listivew can in some sense be applied in this situation to facilitate view reuse and easy the load on GC, right now on every transaction GC is kicking in and transitions have substantial(1-2s ) delays.
-- 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

