0

I want to Apply smooth scroll in Recycle view like Pinterest Application

RecyclerView my_view = (RecyclerView) v.findViewById(R.id.grid);
        my_view.setHasFixedSize(true);

    StaggeredGridLayoutManager  mLayoutManager = new StaggeredGridLayoutManager(2, StaggeredGridLayoutManager.VERTICAL);
        my_view.setLayoutManager(mLayoutManager);

Now Currently I used this code.

Right now RecyclerView is scrolling too fast. I want to slow down scrolling speed so user can actually fell the smooth scroll.

Lucifer
  • 28,933
  • 23
  • 88
  • 140
Dedaniya HirenKumar
  • 2,770
  • 2
  • 21
  • 25

0 Answers0