Android Basics : What are Support Libraries ?

Android regularly releases Support Libraries, which are a bunch of features.

Why Support Libraries ?

Android keeps on adding new features. Say you have an App which was created using an older API version and you want to add the new features, you can do so using the Support libraries.

So the purpose of these Libraries is to let Apps use new features of Android.

What does the number attached to Support Library indicate ?

Let’s take the v4 support library as an example. Now the number 4 in this indicates that this can be added to Apps which have been created with an API level greater than 4.

Example

v4 support library – Includes largest set of features.

v7 appcompat library – Support for Action Bars. Can be included with API level 7 and above.

In the next lesson you will create a new Project “ThemeDemoApp” to get better understanding of these concepts.

Android Documentation – http://developer.android.com/tools/support-library/index.html

Author: Ankur

I am Enthusiastic about Learning new things and sharing my Knowledge. I like programming and have a pretty good background in Computer Science.

One thought on “Android Basics : What are Support Libraries ?”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: