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.

Required fields*

4
  • What about layouts below RecyclerView? Commented Jan 31, 2017 at 14:52
  • that works as well. You just need to use. NestedScrollView instead of scroll view Commented Jan 31, 2017 at 15:16
  • Yes, only NestedScrollView. But solution with NestedScrollView+RecycleView call very slow populations of RecyclerView (I think for calcutaion of Y-position of first view after RecyclerView) Commented Jan 31, 2017 at 15:23
  • Doesn't work , as it creates&binds to all items in the RecyclerView Commented Jul 5, 2023 at 20:15