I saw this horizontal RecyclerView with a custom scrollbar. The scrollbar features a dot for each item, the select indicator slides gracefully to the next dot as you slide the items right and left.
The sample can be found below:
Please do you know how I can make something similar?

The result can be achieved by using viewPager. You can refer to Android developer documentation on how to implement viewpager. Brief explanation can be found here. For the indicator, you can create circle shape and apply the animation by yourself or there are tons of library out there you can rely with; for example InkPageIndidcator