Support Library官方教程(1)概述
1.Support Library
The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level. This design means that your applications can use the libraries' features and still be compatible with devices running Android 1.6 (API level 4) and up.
This guide provides information about what features are enabled by the Support Libraries, how to use them in your development environment and information about library releases.
Support Library package 是一系列向下兼容的 开发包。里面包含很多具有特性的api
2.Overview
Including the Support Libraries in your Android project is considered a best practice for application developers, depending on the range of platform versions your app is targeting and the APIs that it uses. Using the features the libraries provide can help you improve the look of your application, increase performance and broaden the reach of your application to more users. If you use the Android code template tools, you will notice that all the Android application templates include one or more of the Support Libraries by default.
在项目中使用support libary 是一个良好习惯,这些特性api 可以改善应用外观,性能,扩大用户群。注意 代码模板工具,创建的项目默认包含了相应的 support libary
The Support Libraries each target a base Android API level and each provides a different set of features. In order to effectively use the libraries, it is important to consider what features you want to support and understand what features are supported by each library at what Android API level. To get started, review the Support Library Features guide. After that, go to the Support Library Setup topic to learn how to incorporate the Support Libraries into your application. For more details about Support Library APIs, see the android.support packages in the API reference.
不同的 api level 中 support libary中的特性可能不同,使用时要知道当前api支持哪些特性。
3.Revisions(修订记录)
This section provides details about the Support Library package releases.
Android Support Library, revision 23.1.1 (November 2015)
- Changes for v7 recyclerview library:
-
- Fixed a crash that occurs when you perform a swipe-to-dismiss action that the
ItemTouchHelperutility class provides, and then add an item. (Issue 190500)
- Fixed a crash that occurs when you perform a swipe-to-dismiss action that the
- Changes for v7 preference library:
-
- Fixed an issue with ProGuard usage. (Issue 183261)
- Changes for v17 Leanback Support library:
-
- Fixed a number of internal issues in this library.
- Changes for Design Support library:
-
- Added the
getHeaderViewmethod to theNavigationViewclass. - Fixed a transparent background issue for a
FloatingActionButtonobject on devices running Android 4.0 (API level 15) and lower. (Issue 183315)
- Added the
Android Support Library, revision 23.1.0 (October 2015)
Android Support Library, revision 23.0.1 (September 2015)
Android Support Library, revision 23 (August 2015)
Android Support Library, revision 22.2.1 (July 2015)
Android Support Library, revision 22.2.0 (May 2015)
Android Support Library, revision 22.1.0 (April 2015)
Android Support Library, revision 22 (March 2015)
Android Support Library, revision 21.0.3 (December 2014)
Android Support Library, revision 21.0.2 (November 2014)
Android Support Library, revision 21.0.1 (November 2014)
Android Support Library, revision 21 (October 2014)
Android Support Library, revision 20 (July 2014)
Android Support Library, revision 19.1.0 (March 2014)
Android Support Library, revision 19.0.1 (December 2013)
Android Support Library, revision 19 (October 2013)
Android Support Library, revision 18 (July 2013)
Android Support Library, revision 13 (May 2013)
Android Support Library, revision 12 (February 2013)
Android Support Library, revision 11 (November 2012)
Android Support Library, revision 10 (August 2012)
Android Support Library, revision 9 (June 2012)
Android Support Library, revision 8 (April 2012)
Android Support Library, revision 7 (March 2012)
Android Support Library, revision 6 (December 2011)
Android Support Library, revision 5 (December 2011)
Android Support Library, revision 4 (October 2011)
Android Support Library, revision 3 (July 2011)
Android Support Library, revision 2 (May 2011)
Android Support Library, revision 1 (March 2011)
Support Library官方教程(1)概述的更多相关文章
- Support Library官方教程(3)android studio中导入支援包
Support Library Setup How you setup the Android Support Libraries in your development project depend ...
- Support Library官方教程(2)各支援包的特性详介(含表)*
快速阅读 包名 作用 位置 是否有资源 v4 提供了最多的api <sdk>/extras/android/support/v4/ y Multidex 把DEX文件生成apk < ...
- OpenGL官方教程——着色器语言概述
OpenGL官方教程——着色器语言概述 OpenGL官方教程——着色器语言概述 可编程图形硬件管线(流水线) 可编程顶点处理器 可编程几何处理器 可编程片元处理器 语言 可编程图形硬件管线(流水线) ...
- DroidParts 中文系列教程(基于官方教程)
DroidParts中文系列教程(基于官方教程) (一)DroidParts框架概况 2014年4月18日星期五 11:36 他是一个精心构造的安卓框架,包括下面这些基本功能 DI依赖注入,可以注入V ...
- Android Design Support Library概览
尊重劳动成果.转载请注明出处:http://blog.csdn.net/growth58/article/details/47972467 关注新浪微博:@于卫国 邮箱:yuweiguocn@gmai ...
- Unity性能优化(3)-官方教程Optimizing garbage collection in Unity games翻译
本文是Unity官方教程,性能优化系列的第三篇<Optimizing garbage collection in Unity games>的翻译. 相关文章: Unity性能优化(1)-官 ...
- Android Design Support Library使用详解
Android Design Support Library使用详解 Google在2015的IO大会上,给我们带来了更加详细的Material Design设计规范,同时,也给我们带来了全新的And ...
- Google Guava官方教程(中文版)
Google Guava官方教程(中文版) 原文链接 译文链接 译者: 沈义扬,罗立树,何一昕,武祖 校对:方腾飞 引言 Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库, ...
- 【转】【翻】Android Design Support Library 的 代码实验——几行代码,让你的 APP 变得花俏
转自:http://mrfufufu.github.io/android/2015/07/01/Codelab_Android_Design_Support_Library.html [翻]Andro ...
随机推荐
- Setting composer minimum stability for your application
Do you have a confusion of how do you determine the stability when using composer dependency manager ...
- C#模拟键盘鼠标事件 SendKeys 的特殊键代码表(转)
使用 SendKeys 将键击和组合键击发送到活动应用程序.此类无法实例化.若要发送一个键击给某个类并立即继续程序流,请使用 Send.若要等待键击启动的任何进程,请使用 SendWait. 每个键都 ...
- 完整DataTable与IList互换(转)
public class CollectionHelper { private CollectionHelper() { } public static DataTable ConvertTo< ...
- sharepoint mysite and upgrade topics
My Sites overview (SharePoint Server 2010)http://technet.microsoft.com/en-us/library/ff382643(v=offi ...
- LintCode-Word Segmentation
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separa ...
- MITK Tutorial (三)
Step 2: Use the template with the plugins to read a image 在exampleplugin插件中QmitkAwesomeView.cpp中添加头文 ...
- Python环境搭建和开发工具的配置
本文转自http://237451446.blog.51cto.com/2307663/766781 因为要学习python了,第一步当然是环境搭建和开发工具的配置了,下边开始了. 我的开发环境是在w ...
- windows android studio 编译Jni动态库
项目需要,折腾了半天搞定windows android studio环境编译Jni动态库,现记录下来. 准备安装环境: 1. android studio 下载地址是http://www.androi ...
- C#截取文件的文件夹地址
创建文件 if (!File.Exists(file_name)) { File.Create(file_name).Close(); } using System.IO; 如果没有.Close(), ...
- ./configure --prefix=
一直用这个选项prefix=,但不知道,啥意思. 转载自:----------------------------------------------------------------------- ...