Regarding ProperScrolling in Horizontal Recycler View
问题 I have issues scrolling in horizontal recycler view.For eg if i have 10 items,very first time,I am able to scroll till last item,But if i go to first item and then scroll again to last item,it is not moving to last item. Is this issue related to scrolling,Should i override for scrolling,if that's case. This is my fragment class declaration LinearLayoutManager layoutManager = new LinearLayoutManager(getActivity(), LinearLayoutManager.HORIZONTAL, false); mRecyclerView = (RecyclerView)v.