Skip to content

๐Ÿ˜ A beautiful and fluid dialogs API for Kotlin & Android.

License

Notifications You must be signed in to change notification settings

tiann/material-dialogs

ย 
ย 

Repository files navigation

Material Dialogs

Build Status Codacy Badge License


Screenshots

Modules

Click a module to see the Gradle dependency and a how-to document.

Core

Core

The core module contains everything you need to get started with the library. It contains all core and normal-use functionality.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:core:2.7.0'
}

Input

Input

The input module contains extensions to the core module, such as a text input dialog.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:input:2.7.0'
}

Files

Files

The files module contains extensions to the core module, such as a file and folder chooser.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:files:2.7.0'
}

Color

Color

The color module contains extensions to the core module, such as a color chooser.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:color:2.7.0'
}

DateTime

DateTime

The datetime module contains extensions to make date, time, and date-time picker dialogs.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:datetime:2.7.0'
}

Lifecycle

Lifecycle

The lifecycle module contains extensions to make dialogs work with AndroidX lifecycles.

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:lifecycle:2.7.0'
}

About

๐Ÿ˜ A beautiful and fluid dialogs API for Kotlin & Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%