PageIndicatorView
PageIndicatorView copied to clipboard
Add support for ViewPager2
Stable version of ViewPager2 may be availbale soon. It would be a great idea to add support for it in the library.
@romandanylyk This is really a requirement. Please work on this.
The PR #116 implements this.
While we wait for it to be merged, we can use it from here:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.adrielcafe:PageIndicatorView:1.0.6'
}
We must use PageIndicatorView2
instead of PageIndicatorView
.
Please merge ! :)
Can you merge this please? :)
Yes, I would love to see this merged, too!
pls merge this
Has there been any update relating to merging the above request into master? I would love to play with this.
+1 please support viewpager2
Any news ?
please add support for this
Please see my requested changes on your PR, @adrielcafe . For projects using AdapterListUpdateCallback
you will need to modify the code.