Slide 1
Slide 1 text
AndroidView時代のコードと比較
NestedScrollingParent/Childの大まかな流れ
NestedScrollingParent3 NestedScrollingChild3
#startNestedScroll
#onStartNestedScroll
#onNestedScrollAccepted
#dispatchNestedPreScroll
#onNestedPreScroll
#dispatchNestedScroll
#onNestedScroll
#stopNestedScroll
#onStopNestedScroll