StoriesProgressView icon indicating copy to clipboard operation
StoriesProgressView copied to clipboard

show horizontal progress like instagram stories.

Results 39 StoriesProgressView issues
Sort by recently updated
recently updated
newest added

If progress finish and to start new story app careshes says java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 at java.util.ArrayList.get(ArrayList.java:437) at com.padosi.activity.StoryViewActivity.loadImage(StoryViewActivity.java:141) at com.padosi.activity.StoryViewActivity.access$200(StoryViewActivity.java:29) at com.padosi.activity.StoryViewActivity$1.onNext(StoryViewActivity.java:44) at jp.shts.android.storiesprogressview.StoriesProgressView$1.onFinishProgress(StoriesProgressView.java:190) at jp.shts.android.storiesprogressview.PausableProgressBar$1.onAnimationEnd(PausableProgressBar.java:117) at android.view.animation.Animation.dispatchAnimationEnd(Animation.java:1011)...

hi , i got a requirement below how to increase the width of progress bar and how to change the color of progress bar ?? Please can you suggest me...

Hello. Is it possible to display videos with this library and synchronize the state (play, pause etc) with the progress bar? If so could someone give me an example? Thanks...

After settings the durations with storiesProgressView.setStoriesCountWithDurations(durations), one of the progress should be around 30s but instead is around 3s. If I Log.d durations[counter] it logs the correct duration. What could...

How to reverse progress after complete ? i can't do it

The pause(), resume() etc methods are not working most of the times. `......... xxxx.pause() .........` Doesn't work at all! However, if I run them after a delay, around 200-500ms like:...

Hello colleagues, I would also like to achieve the transition of stories from one user to stories from another, but I am facing a problem that I wanted to ask...

calling storyProgress.pause() inside onNext() doesnt behave properly. Can't pause the progress when loading image. Give some alternative or fix this.