I wanted to create a stories display feature, eg like on instagram, but with a different background template for each story. I was trying to find a library for it but the only one I found is StoryView, which doesn't do what I want. Does anyone know of a library like that I could use?
Asked
Active
Viewed 457 times
1 Answers
0
I would use a RecyclerView and put it horizontally, then you can have your own design.
-
I don't need the horizontal recycler view for my design, I just need to display and navigate through the different stories when I click on an icon. – MADi Aug 01 '22 at 09:13
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 05 '22 at 14:35