ANDROID APP

Android Design Library – CoordinatorLayout



CoordinatorLayout carries a variety of the meat and potatoes for the design library and does an amazing job at ensuring you write as little code as doable. This format is liable for the great scrolling and seamless interplay between all its youngsters.

Whereas this tutorial focuses on what Coordinator Format does for scrolling, there’s way more it will probably do should you specify a sure habits (CoordinatorLayout.Habits).

Code for this instance is positioned on GitHub at:
https://github.com/rufflez/SupportDesignLibrarySample

Useful resource for CoordinatorLayout
https://guides.codepath.com/android/Dealing with-Scrolls-with-CoordinatorLayout#embedding-google-maps-in-appbarlayout

source