Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

Android Design Support Library features

This library includes Navigation View, Floating Action Button (FAB), Text Input Layout, Snack Bar, Tab Layout.

The components are backwards compatible, with support back to Android 2.1 and implementing them is easier than previously.

To use this library, below declaration is needed application build.gradle file.

dependencies {
    compile "com.android.support:appcompat-v7:${supportLibVersion}"
    compile "com.android.support:design:${supportLibVersion}"
}

No comments:

Post a Comment