romandanylyk / PageIndicatorView

An page indicator for Android ViewPager
4.62k stars 563 forks source link

Add support for ViewPager2 #115

Open mahozad opened 5 years ago

mahozad commented 5 years ago

Stable version of ViewPager2 may be availbale soon. It would be a great idea to add support for it in the library.

AnuthaDev commented 5 years ago

@romandanylyk This is really a requirement. Please work on this.

adrielcafe commented 5 years ago

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.

mgursch commented 5 years ago

Please merge ! :)

ghost commented 5 years ago

Can you merge this please? :)

TobiasReich commented 4 years ago

Yes, I would love to see this merged, too!

zakrodionov commented 4 years ago

pls merge this

okuhlen commented 4 years ago

Has there been any update relating to merging the above request into master? I would love to play with this.

alizarei95 commented 4 years ago

+1 please support viewpager2

Areyana commented 4 years ago

Any news ?

harrisfz commented 4 years ago

please add support for this

Ironthighs commented 3 years ago

Please see my requested changes on your PR, @adrielcafe . For projects using AdapterListUpdateCallback you will need to modify the code.