What is the difference between ScrollView
and NestedScrollView
? Both of them, extend FrameLayout
. I want to know in depth pros and cons of both of them.
What is the difference between ScrollView
and NestedScrollView
? Both of them, extend FrameLayout
. I want to know in depth pros and cons of both of them.