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
關注者數557
派生數3.1k
提交數2k
已啟用問題?
問題數0
打開的問題數0
拉請求數179
打開的拉請求數12
關閉的拉請求數88
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?