Android Studio 开发依赖库集锦

Design Support Library

Design Support Library是谷歌最新推出的一个Android依赖库,其官方介绍如下:

The Design package provides APIs to support adding material design components and patterns to your apps.
The Design Support library adds support for various material design components and patterns for app developers to build upon, such as navigation drawers, floating action buttons (FAB), snackbars, and tabs.
After you download the Android Support Libraries, this library is located in the /extras/android/support/design directory. For more information on how to set up your project, follow the instructions in Adding libraries with resources.

使用Gradle添加Design Support Library的命令如下:
compile 'com.android.support:design:22.2.0'

更多相关文章

  1. FFmpeg的Android平台移植—编译篇
  2. android panellistview 圆角实现代码
  3. Android(安卓)TabWidget/TabHost的使用
  4. Android(安卓)百分比布局
  5. Android(安卓)在xml布局配置文件中给Button按钮添加事件
  6. Android(安卓)Studio运行慢-提速到10s,问你要不要?
  7. 【百度地图-安卓SDK】技术详解集锦
  8. 关于Android多项目依赖在Eclipse中无法关联源代码的问题解决 (an
  9. android EditText设置不可写

随机推荐

  1. EditText的一些使用注意点
  2. Android 的一些比较好的开源代码项目
  3. android中选中,获得焦点的,点击区别
  4. Android(安卓)和风天气SDK获取天气
  5. 2010.10.28———Android 02
  6. 【Android】FadingEdge
  7. 解读Android(安卓)3.2的新特性
  8. AndroidManifest.xml中一些权限配置
  9. Android NDK应用开发
  10. android和Myeclipse搭建环境