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

How to track progress of Circle? #2

Open
mistrydarshan99 opened this issue Nov 13, 2019 · 3 comments
Open

How to track progress of Circle? #2

mistrydarshan99 opened this issue Nov 13, 2019 · 3 comments

Comments

@mistrydarshan99
Copy link

mistrydarshan99 commented Nov 13, 2019

Library looks awesome but before I have used this library I have one question.

Question:

  1. Is there any scope to track progress of circle?
    example : If animation of circle complete 10% then I will get any int or long value how much circle is cover through animation.
@faruktoptas
Copy link
Owner

faruktoptas commented Nov 13, 2019

Thanks :) Do you want to get the progress value from the view at a certain time or via a listener continuously?

@mistrydarshan99
Copy link
Author

Yes it would be good if you write some logic in drawCircle() function to emit progress value.

@faruktoptas
Copy link
Owner

it should not be triggered each time drawCircle method called. It may cause performance problems. There must be configurable minimum(default value may be 100ms) timeout to trigger this method.
If you want to work on this issue PR's welcome :)

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

2 participants