android-auto-scroll-view-pager icon indicating copy to clipboard operation
android-auto-scroll-view-pager copied to clipboard

Android auto scroll viewpager or viewpager in viewpager

Results 29 android-auto-scroll-view-pager issues
Sort by recently updated
recently updated
newest added

Library not working in Androidx

When I migrated my project to AndroidX it seems that "ViewPager" is not correctly referenced. When I separately try to create a ViewPager it's being referenced from "androidx.viewpager.widget", whereas in...

Since I did migrate androidX, I can't use auto-scroll-view-pager library. i did implementation in build.gradle(app) file. like below code. `implementation ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') { exclude module: 'support-v4' } ` also, i did...

Fix errors that occurred when using the version of the library androidx.

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

I cannot scroll vertically in the scope of this view when I used it inside a scrollView . But it can scroll vertically normally in a recyclerView. Who can help...

If there are multiple images in the view pager then the first scroll is laggy towards the end, rest other scrolls are smooth

Even if i add the LinePageIndicator it doesn't work ! Regards

AutoScrollViewPager dispatchTouchEvent consumeTouch not found