The difference between Android support V3 V7 V13

Source: Internet
Author: User

Simple translation:

V4 is used for 1.6 to a higher API.


V7 is 2.1 to a higher API usage, which contains actionbar.


V13 is 3.2 to a higher API for use.



Original:

V4 Support Library

this Library is a designed to being used with Android 1.6 (API level 4) and higher. It includes the largest set of APIs compared to the other libraries, including support for application components, user in Terface features, accessibility, data handling, network connectivity, and programming utilities.

v7 Libraries

there is several libraries designed to being used with Android 2.1 (API level 7) and higher. These libraries provide specific feature sets and can be included in your application independently from each Other.

V7 AppCompat Library

This library adds support for the Action Bar user interface design pattern.

Note:
This library depends on the v4 Support Library. If you are using Ant or Eclipse, make sure you include the v4 Support Library as part of this library‘s classpath.

So yes, need both jars if you want to use V7.

Read more about the support Library Features

Update for Android-support-v13.jar

v13 support Library

This library was designed to being used for Android 3.2 (API level) and higher. It adds support for the Fragment user interface pattern with the (Fragmentcompat) class and additional Fragment support CL Asses

When you see the package details it had a class fragmentcompat as given in definition. So it had not the classes of AppCompat library.




Related Article

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.