日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

support library目录解释说明内容

發(fā)布時(shí)間:2025/4/16 编程问答 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 support library目录解释说明内容 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

?

ExifInterface Support Library這個(gè)也是一個(gè)獨(dú)立依賴的類,不需要第三方的包

Exif tags store information such as the orientation, date and time, camera information, and the location directly in a JPEG or RAW file. The ExifInterface class unbundles support for reading Exif information from JPEG and raw (DNG, CR2, NEF, NRW, ARW, RW2, ORF, PEF, SRW and RAF) formatted files, and setting the Exif information on JPEG image files.

The Gradle build script dependency identifier for this library is as follows:

com.android.support:exifinterface:28.0.0

?

Vector Drawable Library這個(gè)包會(huì)依賴很多的support包,但是不是很多有

?

Provides support for static vector graphics.

The Gradle build script dependency identifier for this library is as follows:

com.android.support:support-vector-drawable:28.0.0?

?

v4 Support Libraries:v4依賴包,這個(gè)是我們最經(jīng)常用的app包了

?These libraries include the largest set of APIs compared to the other libraries, including support for application components, user interface features, accessibility, data handling, network connectivity, and programming utilities.?

For complete, detailed information about the classes and methods provided by the v4 support libraries, see the android.support.v4 package in the API reference.包括的組件包括下面幾個(gè)aar包的使用。

(v4 compat library、v4 core-utils library、v4 core-ui library、v4 media-compat library、v4 fragment library)

?

Note: Prior to Support Library revision 24.2.0, there was a single v4 support library. That library was divided into multiple modules to improve efficiency. For backwards compatibility, if you list support-v4 in your Gradle script, your APK will include all of the v4 modules. However, to reduce APK size, we recommend that you just list the specific modules your app needs.

v4包是 現(xiàn)在已經(jīng)拆分了,可以分為好幾個(gè)包使用,這樣的好處是減少apk的大小,可以把不需要的包直接干掉,不要放到v4里面使用。

?

v7 appcompat library? ?:這個(gè)包以來(lái)v4 的包

These libraries provide specific feature sets and can be included in your application independently from each other.

?

Design Support Library主要包含谷歌的material design效果的控件,這個(gè)包依賴多個(gè)安卓的包

所以會(huì)造成app的大小增加了很多,

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 tab

The Gradle build script dependency identifier for this library is as follows:

??

?

Annotations Support Library這個(gè)包是單獨(dú)依賴的,不會(huì)依賴任何support的包,只會(huì)依賴

一個(gè)java的注解庫(kù),所以不會(huì)造成app的大小增大很多。

The Annotation package provides APIs to support adding annotation metadata to your apps.

The Gradle build script dependency identifier for this library is as follows:

com.android.support:support-annotations:28.0.0

?

轉(zhuǎn)載于:https://www.cnblogs.com/istar/p/10631416.html

總結(jié)

以上是生活随笔為你收集整理的support library目录解释说明内容的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。