You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ViewPager solution currently used relies on fragments, which makes the navigator component a bit heavy on fragment use. A better approach would be to use a RecyclerView with a SnapHandler. This would also make the nested scrolling happening today much simpler, as RecyclerView supports this in a better way.