Stop preloading pages in viewpager example
问题 I am looking for and example source code for stop pre-loading pages in viewpager. Normally android viewpager loads the next and previous page(s) automatically. My target is to use viewpager and I want to show animation on views(which are present in the pages) when it visible to the user. Basically it is to continue with the previous of post. If you can give me any working example(complete code) it will be so kind. I found so many but did not find any working implementation. Thanks for your