Google 官方在 14 年 Google I/O 上推出了全新的设计语言——Material Design。一并推出了一系列实现 Material Design 效果的控件库——Android Design Support Library。其中,有 TabLayout, NavigationView,Floating labels for editing text,Floating Action Button,Snackbar, CoordinatorLayout, CollapsingToolbarLayout 等等控件。在今后的学习中,我将一一介绍它们的特点和用法, 在移动应用中切换不同场景 / 功能,iOS 中以底部三按钮、四按钮来实现的,而在 Android 中,则是抽屉式菜单或左右滑动式设计的。如何实现类似 Google Play 应用商店式的左右滑动,这就得靠 TabLayout 来实现了。