getProgress retrun awlays zero.
See original GitHub issueanimView.addAnimatorUpdateListener(new ValueAnimator.AnimatorUpdateListener(){
public void onAnimationUpdate(ValueAnimator animator){
Log.d("test", animView.getProgress);
}
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Android - TrackPlayer.getDuration() always return 0 #544
getProgress () both return 0. others work as expected iOS - Everything works as expected. I tried to check getDuration(), return 0 as...
Read more >ProgressView progress stuck at 1.0 or 0.0 - Stack Overflow
setProgress () simply sets it and animates it. ... The progress is first 0 then it's set to 1, then animates as if...
Read more >getProgress - Phaser 3 API Documentation (beta)
Progress can only be returned if the video has a duration, otherwise it will always return zero. Returns: Description: The current progress of...
Read more >Observing intermediate Worker progress - Android Developers
In Kotlin, you can use the CoroutineWorker object's setProgress() ... The Worker sets its progress to 0 when it starts, and upon completion...
Read more >Handling ProgressBars | CodePath Android Cliffnotes
... Integer, String> { int count = 0; @Override protected void onPreExecute() { pb. ... miActionProgress); // Return to finish return super.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@taejungkim 1.5.0 is now out!
@taejungkim This will be fixed in the next release.