What is CoordinatorLayout?
问题 Just had a look at the demo app of new Android support design library. It's provided by Chris Banes on github. Throught the app, CoordinatorLayout is used Heavily. Also, many of the support design library classes such as FloatingActionButton , SnackBar , AppBarLayout etc. behaves differently when used inside CoordinatorLayout . Can someone please shed some lights on what is CoordinatorLayout and how it is different from other ViewGroup s in android, or at least provide correct path towards