I have an android layout which has a scrollView
with a number of elements with in it. At the bottom of the scrollView
I have a listView
The shortest & easiest solution for any ChildView to scroll inside a ScrollView. Anything like ListView, RecyclerView, etc. You do not have to do anything special in code.
Just replace ScrollView with androidx.core.widget.NestedScrollView in your current xml and then magic happens.
Below is a sample xml code :
Now you can get rid of all the ugly hacks we did to get around this nested scrolling.
It's time to play. Hell Yeeeeeeeeeeeeeeeeeah!