Open zimiole opened 9 years ago
what's your code after receiving articles from webservice ?
if simplify: fragment onCreateView: 1) init swipeRefreshLayout 2) init recyclerView 3) create adapter and fill it with loaded data 4) register RecyclerView with MaterialViewPagerHelper
So, after I took data from web sebservice i fill my adapter with new data and register recyclerview
UPD: I have the same issue with CollapsingToolbarLayout witch include TabLayout and Toolbar, and it's fixed when I put all into CoordinatorLayout and add app:layout_behavior="@string/appbar_scrolling_view_behavior" to viewpager
@zimiole Hi man, have you fixed the problem? I have meet the same situation, no idea how to deal with it.
@darrenxyli hi! no, I found another solution - do not use materialviewpager.
how did you add contents in tabs??
When you have fragment with swipetorefresh and recycleview, main layout view looks like don't have action bar and all these cool features.