Are Android support libraries necessary for high minimum SDK versions? -


this question has answer here:

i understand android support libraries provide features not exist yet in low android api levels, example fragment.

but then, mean that, example, if specify minimum sdk version of app 14, have no need v4, v7, v8 , v13 support libraries?

viewpager commonly used class available in support libraries. there other classes available in support libraries. classes fragments included in support library backwards compatibility. depends on need.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -