florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

MeterialViewPager with fragment data mess up #241

Open MARGI3 opened 8 years ago

MARGI3 commented 8 years ago

MeterialViewPager hold five fragments , each fragment get data from internet . but when change the page in the viewpager , the data messed up. eg: when i change the index to second one ,but the data of the page is not right , not the second page but the third page .

bloderxd commented 8 years ago

Could you show me the code, I think this is a problem in your fragment code.