What would this V4 and V7 be?
Although the current documentation says that both are to be used from version 2.3 (API 9), the reason for the Vnn
notation was to indicate which version of the SDK it is backward compatible (1) / sup>.
So V4
indicates that it can be used on Android 1.6+ (API Level 4 +) devices and V7
on Android 2.1+ (API Level 7 +) .
I do not know if the reason for changing the documentation is just because there are now very few devices running Android 1.6 and 2.1 and they are not compatible with the Google Play Store, or it is because the compatibility is really only from 2.3. / p>
What would this support be?
Support means support, support, help.
android.support.design.widget
is the package name where some widget of Material Design that can be used in versions prior to Android 5 .
It exists in the Android Design Support Library that allows devices with Android versions to support Material Design .
(1) - I could not retrieve old documentation but there are answers in SOen that contain excerpts or experts such as CommonsWare that confirm this.
Note that android.support.v7.view.ViewPager
does not exist.