Closed MrThiago closed 8 years ago
Hello. Thanks for issue. Is that the problem of ICVP? Maybe there another problem.
I believe it is. When I change to another library it works fine.
Does it has anything to do with restoring state ? Thanks
On Tuesday, 30 August 2016, GIGAMOLE notifications@github.com wrote:
Hello. Thanks for issue. Is that the problem of ICVP? Maybe there another problem.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DevLight-Mobile-Agency/InfiniteCycleViewPager/issues/10#issuecomment-243405718, or mute the thread https://github.com/notifications/unsubscribe-auth/AHF_znvFBrjT33rkABYh8ln_u1HVmK7Jks5qlA48gaJpZM4JwWZN .
What you mean about new library? Restoring state of what? PagerAdapter provide this.
I try using this other library https://github.com/rubensousa/ViewPagerCards. This works. But I like your library style
Hi again. I discovered the problem. I am called the API and set the adapter on onResume.
Because My app is Fragments, whenever you go back to that section i will call the API again. Here is where is freezes.
I have used your adapter in my fragment (A). Once you click on a card I will load Activity (B), or the back press or on close of Activity (B). Fragment (A), takes too long to load. only show a full back screen and the App becomes unresponsive.
My code: