Rany Albeg Wein
Creating a custom CoordinatorLayout Behavior
1. Intro
Trust me, it's not as complicated as it might first look like. You either drink too much coffee, or need to take your face off of the screen for a while.
A CoordinatorLayout
is this thing:
public class CoordinatorLayout extends ViewGroup implements NestedScrollingParent {
...
}
from the . . .
September 27, 2017