PageIndicatorView icon indicating copy to clipboard operation
PageIndicatorView copied to clipboard

Add support for ViewPager2

Open mahozad opened this issue 5 years ago • 11 comments

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

mahozad avatar May 04 '19 17:05 mahozad

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

AnuthaDev avatar May 15 '19 12:05 AnuthaDev

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.

adrielcafe avatar May 16 '19 12:05 adrielcafe

Please merge ! :)

mgursch avatar Jul 08 '19 13:07 mgursch

Can you merge this please? :)

ghost avatar Jul 29 '19 07:07 ghost

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

TobiasReich avatar Nov 14 '19 11:11 TobiasReich

pls merge this

zakrodionov avatar Nov 18 '19 11:11 zakrodionov

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

okuhlen avatar Dec 17 '19 19:12 okuhlen

+1 please support viewpager2

alizarei95 avatar Jan 01 '20 17:01 alizarei95

Any news ?

Areyana avatar Feb 17 '20 11:02 Areyana

please add support for this

harrisfz avatar Jul 03 '20 12:07 harrisfz

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

Ironthighs avatar Nov 11 '20 17:11 Ironthighs