Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    setNestedScrollView = false inside recyclerview Commented Aug 24, 2017 at 4:29
  • @PriteshVadhiya I set the nestedscrolling to false in my OnCreate() method. mRecyclerViewMain.setNestedScrollingEnabled(false); Commented Aug 24, 2017 at 4:30
  • 1
    Did You try this solution Commented Aug 24, 2017 at 4:32
  • setting recyclerview with .setHasFixedSize(true) improve the performance a bit. Thanks Commented Aug 24, 2017 at 5:17