StoriesProgressView
StoriesProgressView copied to clipboard
show horizontal progress like instagram stories.
Hi Team, First of all great work with the library. I am having a small problem in it. when i am uploading multiple picture to stories like for an example...
Hello @shts , first of all thank you for the library. I have been running into this issue where if i add a video as the story content and long...
In addition to images ,how to create text stories containing links like youtube
Hi. I'm using the following code to add fragments with StoriesProgressView to the viewpager: ``` for (String id : userIdList) { adapter.addFragment(new StoryFragment(id)); } ``` But when I open the...
how do i load images using urls not drawables
Hello Shst, private final long[] durations = new long[]{ 2000L,2000L }; in this method how to add data from arraylist (count of arraylist size) in android.
It would be great to have the option of changing progress bar section's color. Right now it only can be white but think about stories with white background !
hi i am getting image and video in same string array and i want to split image and video by their extension and playing both in same story view resources...
Instagram has this feature, and I think we can add it to the lib if we use this extension: https://github.com/chrisbanes/PhotoView I tired to use the Image View from the extension...
I need a method where I can reset a progress. I have issues with `skip()` and `reverse()`, because once the progress finished, they stopped working. The reason is that `StoryProgressView.isComplete`...