android Viewpager Only load one page one time

后端 未结 2 581
别跟我提以往
别跟我提以往 2020-12-30 17:20

ViewPager.setOffscreenPageLimit(0) doesn't work as expected

Like the question. But I need a custom Viewpager which load one page on time. Is there any example?<

2条回答
  •  死守一世寂寞
    2020-12-30 17:31

    Depending on what you want to achieve (if it is just about saving memory or lowering loading time), you can also load all pages as usual but load the content of the fragment only when it actually gets displayed.

提交回复
热议问题