I have this problem,
in my app there is a viewpager with 3 page, in the middle page (position 1) I have set getPageWidth 0.80f then the page 1 is composed by fragment1 + 0.20 of fragment2 when I scroll to right , from page 0 to page 1 , in this page, the fragment2 refresh after fragment1.
I adopted notifyDataSetChanged(), requestLayout() and I saw this answer :
ViewPager + PagerAdapter shows blank pages after first two items
but I don't resolve my problem.
The question is: how i force update the partial page2 in the viewpager in the same time when update the page1?
Thanks all