RecyclerView does not Recycling Views when use it inside NestedScrollView
问题 I'm using RecyclerView inside NestedScrollView . Also i set setNestedScrollingEnabled to false for recyclerview to support lower API ViewCompat.setNestedScrollingEnabled(mRecyclerView, false); Now! When user scrolled the view every thing seems okay, but!!! views in recyclerview does not recycled!!! and Heap size grows swiftly!! Update : RecyclerView layout manager is StaggeredLayoutManager fragment_profile.xml : <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas