NestedScrollView issue with RecyclerView
问题 When we use RecyclerView inside NestedScrollView app stuck where we call notifyDatasetChanged or notify inserted , it is because of when we call notify it is calling all item at same time ("it called onBindViewHolder at same time") so is there any solution to solve this issue? If I remove NestedScrollView it work but we can't use multiple layout("example 2 RecyclerView ") code <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns