Pattern for using dynamic loaders to load ListView pages in a ViewPager without ListFragments?
问题 If I have a ViewPager with a certain number of pages, what would be the best way of loading the data for each page using the Loader framework? Each page contains a ListView with its own adapter instance. Use a separate loader for each page; or Use a single loader that checks which pages are not loaded and loads them The thing is, it's possible the user may want to quickly swipe through a bunch of pages and thus it should be easy to "cancel" loading pages that aren't needed for performance