Dialogs Simple Message Dialog for Android Projects Jul 26, 2019 1 min read Simple-Dialog Android Simple Message Dialog. Screen Shots Usage Step 1 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Groovy Step 2 Add dependencies in build.gradle. dependencies { implementation 'com.github.barisatalay:Simple-Dialog:1.0' } Groovy Step 3 (Use of library) val style = mdlStyle( titleColor = R.color.colorPrimary, messageColor = R.color.colorTextSoft, buttonColor = R.color.colorPrimary) SimpleDialog(this) .style(style) .show("Title","Description","Done") Java GitHub Dialogs
BottomBar Bottom dialog picker like telegram for all version of android Bottom dialog picker like telegram for all version of android 14 January 2024
Dialogs Elevate your app's dialogs with Fancy Jetpack Compose Dialogs Elevate your app's dialogs with Fancy Jetpack Compose Dialogs 27 September 2023