Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ViewPager2 #115

Open
mahozad opened this issue May 4, 2019 · 11 comments
Open

Add support for ViewPager2 #115

mahozad opened this issue May 4, 2019 · 11 comments

Comments

@mahozad
Copy link

mahozad commented May 4, 2019

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

@AnuthaDev
Copy link

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

@adrielcafe
Copy link

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
Copy link

mgursch commented Jul 8, 2019

Please merge ! :)

@ghost
Copy link

ghost commented Jul 29, 2019

Can you merge this please? :)

@TobiasReich
Copy link

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

@zakrodionov
Copy link

pls merge this

@okuhlen
Copy link

okuhlen commented Dec 17, 2019

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

@alizarei95
Copy link

+1
please support viewpager2

@Areyana
Copy link

Areyana commented Feb 17, 2020

Any news ?

@harrisfz
Copy link

harrisfz commented Jul 3, 2020

please add support for this

@Ironthighs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests