Judul : Material Bottom Sheets library for Android
link : Material Bottom Sheets library for Android
Material Bottom Sheets library for Android
Bottom Sheets in android will help you make your application more appealing to your end users with its sleek stutter-free implementation of the Material Bottom Sheets.
Getting Started
Make sure that you've added the jcenter() repository to your top-level build.gradle file.
buildscript {//...repositories {//...jcenter()}//...}
Groovy
Add the library dependency to your module-level build.gradle file.
ext {//...bottomSheetsLibraryVersion = "1.0.0"}dependencies {//...implementation "com.arthurivanets.bottomsheet:bottomsheets-core:1.0.0"}
Groovy
Enable the jetifier and androidX support in the top-level gradle.properties file.
//...android.enableJetifier=trueandroid.useAndroidX=true//....
Groovy
Update your compileSdkVersion in the module-level build.gradle file to 28+.
//...android {//...compileSdkVersion 28//...}//...
Groovy
Update your com.android.support.appcompat.* dependency to the new androidx.appcompat.* alternative.
//...dependencies {//...implementation "androidx.appcompat:appcompat:1.0.2"//...}
That's the articleMaterial Bottom Sheets library for Android
That's it for the article Material Bottom Sheets library for Android
this time, hopefully can be useful for all of you. well, see you in another article post.
You are now reading the articleMaterial Bottom Sheets library for Android with link addresshttps://inabnonapudyawanabing.blogspot.com/2020/07/material-bottom-sheets-library-for.html
0 Response to "Material Bottom Sheets library for Android"
Post a Comment