wrapping-viewpager icon indicating copy to clipboard operation
wrapping-viewpager copied to clipboard

ViewPager with dynamic height support and smooth animations

Results 3 wrapping-viewpager issues
Sort by recently updated
recently updated
newest added

ERROR: Failed to resolve: wrapping-viewpager Affected Modules: app already add maven { url "https://jitpack.io" }

after adding this lib into project i got failed to resolved error : com.github.iffa.wrapping.-viewpager:1.0.1

I am going to put dynamic object in view pager. For example, i would put a ArrayList and then display the different content on different pager with layout, but not...