I am working on an app which uses viewpager with around 100-150 views in it, several views have webviews inside, however performance is poor, is there a way to reuse views like the viewholder pattern for listview, a similar question is here however I cannot convert my adapter to FragmentPagerAdapter.
Share
it seems that view reuse is the default behavior,and you don’t need to do anything excessive other than use override removeView method