问题
I'm making research for UI to my new app, main purpose is displaying products on something like horizontal imageList/tabbedView looking like spotify app. My main problem is how to get displaying "previews" of next and previous product on left and right side of screen. Any hints?
回答1:
What you're looking for is called a Carousel
. There are some libraries that can help you do that. Have a look at these :
Carousel layout android
Android 3d carousel view
Android arsenal
here's a tutorial
and of course the most helpful :
- Carousel android
来源:https://stackoverflow.com/questions/38117357/tabbedview-similar-to-spotify