android 支持库是 android 框架 APIS 的一部分吗?
Is android support library part of android framework APIS?
我是 android 应用程序的新手 development.I 不明白 android 支持库是什么?它是否包含在 android 框架中 API像API level 17,18 还是单独的API 可以提前包含在projects.Thanks!!
Is it included in android framework APIs like API level 17,18
没有
or is it separate API which can be included in projects
是的。
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.
我是 android 应用程序的新手 development.I 不明白 android 支持库是什么?它是否包含在 android 框架中 API像API level 17,18 还是单独的API 可以提前包含在projects.Thanks!!
Is it included in android framework APIs like API level 17,18
没有
or is it separate API which can be included in projects
是的。
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.