Material Dialogs

😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
Alternatives To Material Dialogs
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Material Dialogs19,51014 months ago43February 21, 2021111apache-2.0Kotlin
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
Sudo679
2 years ago5November 17, 20218mitGo
sudo for windows
Android Floatingtutorialactivity349
410 months ago7July 22, 20221otherKotlin
A light-weight, easy-to-implement, and easy-to-look-at way to do a tutorial pager or dialog on Android
Lore1843253 years ago42June 24, 201823mitJavaScript
Respectfully opinionated convention-driven framework for building React applications. Built on React, Webpack, Redux, and React Router.
Angular Material Popup Dialog Model49
a year ago18TypeScript
Angular Material Popup Dialog & Model
Deep_dialog_tutorial42
3 years ago1mitPython
tutorial for deep learning dialogue models
Dojo Tutorial26
5 years ago1HTML
Dojo Toolkit 1.9 Tutorial
Python Tutorials23
4 years ago1Python
A set of python tutorials for FIFE
Wxwidgetstutorials18
6 years agoC++
wxWidgets Tutorials
Angular Material Confirm Dialog16
a year ago18TypeScript
Angular Material Confirm Dialog
Alternatives To Material Dialogs
Select To Compare


Alternative Project Comparisons
Readme

Material Dialogs

View Releases and Changelogs

Android CI 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.

Please note that since Material Dialogs 2.x.x, this library only supports Kotlin. The latest Java version is 0.9.6.0 and can be found here. Note that 0.9.6.0 is unsupported, bugs & improvements will not be made to that version.

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.3.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:3.3.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:3.3.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:3.3.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:3.3.0'
}

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.3.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:3.3.0'
}
Popular Dialog Projects
Popular Tutorials Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Kotlin
Tutorial
Alert
Dialog
Material Design
Bottomsheet