Reputation: 43
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?
Upvotes: 0
Views: 940
Reputation: 43
I would use a RecyclerView and put it horizontally, then you can have your own design.
Here's a tutorial, which I think is what you are wanting.
Upvotes: 0