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
  • 29,392
  • 25
  • 90
  • 143
Dedaniya HirenKumar
  • 2,980
  • 2
  • 22
  • 25

0 Answers0