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
can this lib combine with text and pager indicator? Because in my requirement every page will have image on top (animated), text (desc), pager indicator with skip and next button.
In WoWoActivity :
wowo.setAdapter(WoWoViewPagerAdapter.builder()
.fragmentManager(getSupportFragmentManager())
.count(fragmentNumber()) // Fragment Count
.colorsRes(fragmentColorsRes()) // Colors of fragments
.build());
How we set custom adapter to achieve my requirement?
Thank you
The text was updated successfully, but these errors were encountered:
can this lib combine with text and pager indicator? Because in my requirement every page will have image on top (animated), text (desc), pager indicator with skip and next button.
In WoWoActivity :
How we set custom adapter to achieve my requirement?
Thank you
The text was updated successfully, but these errors were encountered: