I need to implement a horizontally scrollable slider, something like
I tried to use both RecyclerView and HorizontalScrollView. But in both cases if all the items are visible, the view will not scroll anymore.
But I need to scroll the items so that the one in the center of the screen will be the selected option. And the end of the list (first and last item of the list) should be scrolled till the middle of the screen only.
Any suggestions are really appreciated.