alaegin / material-dialogs

😍 A beautiful and fluid dialogs API for Kotlin & Android.

Home Page:https://af.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Dialogs

View Releases and Changelogs

Build Status Codacy Badge License


Screenshots

Modules

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

Core

Core

Core Tutorial and Samples

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.6.0'
}

Input

Input

Input Tutorial and Samples

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

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

Files

Files

Files Tutorial and Samples

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

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

Color

Color

Color Tutorial and Samples

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

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

DateTime

DateTime

DateTime Tutorial and Samples

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

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

Lifecycle

Lifecycle

Lifecycle Tutorial and Samples

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

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

About

😍 A beautiful and fluid dialogs API for Kotlin & Android.

https://af.codes

License:Apache License 2.0


Languages

Language:Kotlin 100.0%