Skip to content

[DRAFT] Add support for using PageIndicatorView#675

Draft
cortinico wants to merge 2 commits intomainfrom
custom-indicator
Draft

[DRAFT] Add support for using PageIndicatorView#675
cortinico wants to merge 2 commits intomainfrom
custom-indicator

Conversation

@cortinico
Copy link
Member

@cortinico cortinico commented May 14, 2019

This is a Draft PR for #619. I've added a new module appintro-indicators that developers can use in order to use a PageIndicatorView (and it's animation) as indicator.

Here a sample:
May-14-2019 13-49-04

Please note that this is not production ready yet. We probably need to:

  • Fix the publishing pipeline (I saw we have a lot of legacy Sonatype publishing config).
  • Encapsulate the AnimationType enum inside the module (we don't want developers to manually depend on the pageindicatorview, the module should work out of the box).

Looking for some early feedback :) @paolorotolo @AnuthaDev

Fixes #619 Fixes #522

@cortinico cortinico requested a review from paolorotolo May 14, 2019 11:52
@cortinico cortinico self-assigned this May 14, 2019
apply plugin: 'kotlin-android'
apply plugin: 'maven'
apply plugin: 'signing'
apply from: 'maven-push.gradle'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can probably drop this as well as the gradle script. Sonatype was used in the early versions of the library.

@cortinico
Copy link
Member Author

cortinico commented May 23, 2019 via email

@cortinico
Copy link
Member Author

Here you go @paolorotolo #680

@cortinico cortinico mentioned this pull request May 24, 2019
@cortinico cortinico added the wip Flags a PR that is currently a work in progress label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wip Flags a PR that is currently a work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more indicator animations Dots animation

2 participants