material-dialogs

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

Github星跟踪图

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

主要指标

概览
名称与所有者afollestad/material-dialogs
主编程语言Kotlin
编程语言Kotlin (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2014-11-03 03:21:42
推送于2023-02-06 02:57:13
最后一次提交
发布数157
最新版本名称3.3.0 (发布于 2020-02-17 20:01:37)
第一版名称v0.6.1.6 (发布于 2015-01-24 13:30:39)
用户参与
星数19.7k
关注者数558
派生数3.1k
提交数2k
已启用问题?
问题数0
打开的问题数0
拉请求数179
打开的拉请求数12
关闭的拉请求数88
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?