Are you an android developer looking for resourceful information about android support library? You may at a time used android support library but do you actually know what is the support library, and why was introduced in android? Get to know.
What is support library in android?
This is a support package that basically includes static library most commonly known as “support libraries” that can be added to any android application in order for it to be possible to use the APIS that are either not available or usable for outdated, old or earlier platform versions that give “utility” APIS .and If those APIs are not part or component of the framework APIs.The main objective of android support library is to make it simple for the development of android based platforms by allowing more APIs that can work with any android application so that the developer can have no worries about which platform to focus while developing the application.
It works based on importing the compatibility libraries. For the new devices, they work by using APIs for the old ones through simulation and run them in compatibility formats so that things not to look different and run much simpler.
Why support library was introduced in android
Actually, as you have noted above, support library in android has many benefits. Indeed there are many reasons why it was introduced.one of the reasons why it was introduced is that it was intended to eliminate the limitation of platform incompatibility that requires a developer to do the test from one platform to the next. With android support library, the developer can do everything on one platform simply just through the importing of compatibility library that has everything.
Final note
You have now got to know what android support library involves, always make use of its benefits and be a good developer.