Where to Async in PagerAdatper
问题 My fragment activity used this adapter to display all the result in a listview. The page will have a title tab and each tab will have the list result. Now the list result I read from internal storage and each time I swipe to next page it will have slight lag or delay, so I am thinking implementing ASYNCTask inside this pageradapter so the experience will be better but I have no idea where to implement. Could you guys point me out?? public class ViewPagerAdapter extends PagerAdapter { public