What would this V4 and V7 be?
Although the current documentation states that both are to be used as of version 2.3 (API 9), the reason for the notation Vnn
was to indicate which version of the SDK is retro-compatible(1).
Thus, V4
indicates that it can be used on devices Android 1.6+(API Level 4+) and the V7
in Android 2.1+(API Level 7+).
I do not know if the reason for the change of the documentation is only because there are now very few devices with Android 1.6 and 2.1 and they are not compatible with the Google Play Store, or is because really the compatibility is only from 2.3.
What would this support?
Support, in English, that is to say support, support, help.
android.support.design.widget
is the package name where some of the widget of Material Design which can be used in versions prior to Android 5.
He exists in the Android Design Support Library whose function is to allow devices with Android versions below 5 "support" the Material Design.
(1) - I could not retrieve the old documentation but there are answers in Soen that contain excerpts or experts like the Commonsware confirming.
Note that android.support.v7.view.ViewPager
there is no.
I believe it’s the "version".
– user28595