material-dialogs

? A beautiful, fluid, and extensible dialogs API for Kotlin & Android.

Github stars Tracking Chart

Material Dialogs

View Releases and Changelogs

Build Status
Codacy Badge
License


Showcase

Modules

The core module is the fundamental module that you need in order to use this library. The others
are extensions to core.

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:3.2.1'
}

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:3.2.1'
}

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:3.2.1'
}

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:3.2.1'
}

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:3.2.1'
}

Bottom Sheets

Bottom Sheets

Bottom Sheets Tutorial and Samples

The bottomsheets module contains extensions to turn modal dialogs into bottom sheets, among
other functionality like showing a grid of items. Be sure to checkout the sample project for this,
too!

dependencies {
  ...
  implementation 'com.afollestad.material-dialogs:bottomsheets:3.2.1'
}

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:3.2.1'
}

Main metrics

Overview
Name With Ownerafollestad/material-dialogs
Primary LanguageKotlin
Program languageKotlin (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2014-11-03 03:21:42
Pushed At2023-02-06 02:57:13
Last Commit At
Release Count157
Last Release Name3.3.0 (Posted on 2020-02-17 20:01:37)
First Release Namev0.6.1.6 (Posted on 2015-01-24 13:30:39)
用户参与
Stargazers Count19.7k
Watchers Count557
Fork Count3.1k
Commits Count2k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count179
Pull Requests Open Count12
Pull Requests Close Count88
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private