All Projects β†’ afollestad β†’ Material Dialogs

afollestad / Material Dialogs

Licence: apache-2.0
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Material Dialogs

Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (-94.54%)
Mutual labels:  material-design, dialogs
Elegantdialog
A beautiful, customizable and interactive dialog for Android written in Kotlin/Java 😍
Stars: ✭ 189 (-99.01%)
Mutual labels:  material-design, dialogs
Simpledialogfragments
A collection of easy to use and extendable DialogFragment's for Android
Stars: ✭ 94 (-99.51%)
Mutual labels:  material-design, dialogs
Aestheticdialogs
πŸ“± An Android Library for πŸ’«fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (-98.16%)
Mutual labels:  material-design, dialogs
React Native Material Dialog
Material design dialogs for React Native πŸ’¬
Stars: ✭ 135 (-99.29%)
Mutual labels:  material-design, dialogs
BalloonPopup
Forget Android Toast! BalloonPopup displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.
Stars: ✭ 32 (-99.83%)
Mutual labels:  alert, dialogs
Geeknews
πŸ“šA pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (-81.71%)
Mutual labels:  material-design
Android Extensions
An Android library with modules to quickly bootstrap an Android application.
Stars: ✭ 356 (-98.14%)
Mutual labels:  material-design
Cdk Admin
Angular 6 admin panel using angular material & angular flex.
Stars: ✭ 344 (-98.2%)
Mutual labels:  material-design
Elm Mdc
Elm port of the Material Components for the Web CSS/JS library
Stars: ✭ 338 (-98.23%)
Mutual labels:  material-design
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (-98.16%)
Mutual labels:  material-design
Pudding
🌟 Pudding use WindowManager(don't need request permission) to pull down a view that are displayed on top their attached window
Stars: ✭ 371 (-98.06%)
Mutual labels:  alert
Material Foundation
Material Design version of Foudation for Sites by Zurb
Stars: ✭ 361 (-98.11%)
Mutual labels:  material-design
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (-80.34%)
Mutual labels:  material-design
Popupdialog
A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
Stars: ✭ 3,709 (-80.6%)
Mutual labels:  alert
Android Floatingtutorialactivity
A light-weight, easy-to-implement, and easy-to-look-at way to do a tutorial pager or dialog on Android
Stars: ✭ 346 (-98.19%)
Mutual labels:  material-design
Themovies
🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: ✭ 374 (-98.04%)
Mutual labels:  material-design
Packagetracker
Track your package simply on Android.
Stars: ✭ 339 (-98.23%)
Mutual labels:  material-design
React Native Material Ripple
Base component for touchable elements
Stars: ✭ 359 (-98.12%)
Mutual labels:  material-design
Material Cards
Card style based on Google Material color palette
Stars: ✭ 370 (-98.06%)
Mutual labels:  material-design

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'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].