Android Support Pack Knowledge

Source: Internet
Author: User

The Android Support Library package is a set of code libraries that provide compatibility with backward versions of the framework APIs that are implemented as well as APIs that can be used only in the specified version. Each support library is a specified version of the compatibility library, and each support package version suffix VX represents the meaning. Android has a version number for each version, for example, 2.1 is 7,4.0 14,5.0 is 21. And here, the number after V represents the lowest version level that he is able to use, and the reason why it cannot be used in a lower version is because as the version is upgraded, there are many features or APIs that were not previously supported in the new version, so if you use these support packages in older versions, it can cause the app to crash.

Each support library contains code examples to help us learn how to use these APIs. The code is included in the files downloaded by the SDK Manager, which are included in the installation directory of the SDK and are listed below:

L 4v code example: <sdk>/extras/android/support/samples/support4demos/

L 7v code example: <sdk>/extras/android/support/samples/support7demos/

L 13V code example: <sdk>/extras/android/support/samples/support13demos/

L APP navigation:<sdk>/extras/android/support/samples/supportappnavigation/

For more information, please visit: http://www.cnblogs.com/l2rf/p/4980277.html

Android Support Pack Knowledge

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.