I'm curious if there's anything that comes standard with Android that looks exactly like this.
If not, do we have a customised approach to accomplishing it?
CodePudding user response:
There is no standart view that looks like this one.
But you can write it by yourself with help of RecyclerView
, SnapHelper
and RecyclerView.ItemDecoration
See more: