What is the purpose of an Android Support Library?
Does this mean http://developer.android.com/tools/extras/support-library.html
?
Currently my app minSdkVersion is restricted to level 10.
I am trying to use ViewPager
, which is not available for a higher API (for example for level 16)...
What does this support library mean? Does it mean I can use ViewPager
, and the user of the phone with API level less than 16 can still see ViewPager
widget?