I am using Nested Scrollview to wrap the recyclerview and other button. It worked perfectly but I noticed that when I scrolled it not smooth. Please guide how to make scroll
try below codes:
RecyclerView recycleView = (RecyclerView) findViewById(R.id.lastest_product_list); recycleView.setNestedScrollingEnabled(false);
You can modify your layout
Check with link here : Recyclerview inside ScrollView not scrolling smoothly