I know, there are many forum posts on this topic already, but none did solve my issue
My code looks like this:
private SectionsPager
I had exactly same issue and I managed to resolve it by simply adding:
viewpager.setOffscreenPageLimit(2);
As was suggested in this post.