{"id":13395920,"url":"https://github.com/afollestad/material-dialogs","last_synced_at":"2025-10-05T18:31:22.192Z","repository":{"id":22756638,"uuid":"26102180","full_name":"afollestad/material-dialogs","owner":"afollestad","description":"😍 A beautiful, fluid, and extensible dialogs API for Kotlin \u0026 Android.","archived":true,"fork":false,"pushed_at":"2023-02-06T02:57:13.000Z","size":265793,"stargazers_count":19683,"open_issues_count":111,"forks_count":3112,"subscribers_count":558,"default_branch":"main","last_synced_at":"2024-11-24T17:47:51.440Z","etag":null,"topics":["alert","android","androidx","bottomsheets","dialogs","kotlin","material-design"],"latest_commit_sha":null,"homepage":"https://af.codes","language":"Kotlin","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AgileVentures/shf-project","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afollestad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-03T03:21:42.000Z","updated_at":"2024-11-23T05:09:21.000Z","dependencies_parsed_at":"2023-02-19T04:00:52.933Z","dependency_job_id":null,"html_url":"https://github.com/afollestad/material-dialogs","commit_stats":null,"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afollestad%2Fmaterial-dialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afollestad%2Fmaterial-dialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afollestad%2Fmaterial-dialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afollestad%2Fmaterial-dialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afollestad","download_url":"https://codeload.github.com/afollestad/material-dialogs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235432202,"owners_count":18989480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alert","android","androidx","bottomsheets","dialogs","kotlin","material-design"],"created_at":"2024-07-30T18:00:35.619Z","updated_at":"2025-10-05T18:31:21.086Z","avatar_url":"https://github.com/afollestad.png","language":"Kotlin","funding_links":[],"categories":["Index `(light-weight pages)`","Libraries","Kotlin","Java","库","Android","对话框","Index","Android 应用","Uncategorized","Libs","必备开发库","\u003ca name=\"Dialog\"\u003eDialog\u003c/a\u003e","2. View Library"],"sub_categories":["UI 组件","Components","Dialog","网络服务_其他","Uncategorized","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","Android 常用库","Personal Blog"],"readme":"# Material Dialogs\n\n#### [View Releases and Changelogs](https://github.com/afollestad/material-dialogs/releases)\n\n[![Android CI](https://github.com/afollestad/material-dialogs/workflows/Android%20CI/badge.svg)](https://github.com/afollestad/material-dialogs/actions?query=workflow%3A%22Android+CI%22)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0a4acc30a9ce440087f7688735359bb8)](https://www.codacy.com/app/drummeraidan_50/material-dialogs?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=afollestad/material-dialogs\u0026amp;utm_campaign=Badge_Grade)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n---\n\n![Showcase](https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/showcase4.png)\n\n# Modules\n\nThe core module is the fundamental module that you need in order to use this library. The others \nare extensions to core.\n\nPlease 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](README_OLD.md). Note that 0.9.6.0 is unsupported, bugs \u0026 improvements will not be made to that version.\n\n## Core\n\n[ ![Core](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/core?label=core\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/core)\n\n#### [Core Tutorial and Samples](documentation/CORE.md)\n\nThe `core` module contains everything you need to get started with the library. It contains all\ncore and normal-use functionality.\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/basic_with_buttons.png\" width=\"250px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:core:3.3.0'\n}\n```\n\n## Input\n\n[ ![Input](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/input?label=input\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/input)\n\n#### [Input Tutorial and Samples](documentation/INPUT.md)\n \nThe `input` module contains extensions to the core module, such as a text input dialog.\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/input.png\" width=\"250px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:input:3.3.0'\n}\n```\n \n## Files\n\n[ ![Files](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/files?label=files\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/files)\n\n#### [Files Tutorial and Samples](documentation/FILES.md)\n\nThe `files` module contains extensions to the core module, such as a file and folder chooser.\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/file_chooser.png\" width=\"250px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:files:3.3.0'\n}\n```\n\n## Color\n\n[ ![Color](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/color?label=color\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/color)\n\n#### [Color Tutorial and Samples](documentation/COLOR.md)\n\nThe `color` module contains extensions to the core module, such as a color chooser.\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/color_chooser.png\" width=\"250px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:color:3.3.0'\n}\n```\n\n## DateTime\n\n[ ![DateTime](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/datetime?label=datetime\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/datetime)\n\n#### [DateTime Tutorial and Samples](documentation/DATETIME.md)\n\nThe `datetime` module contains extensions to make date, time, and date-time picker dialogs.\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/datetimepicker.png\" width=\"500px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:datetime:3.3.0'\n}\n```\n\n## Bottom Sheets\n\n[ ![Bottom Sheets](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/bottomsheets?label=bottomsheets\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/bottomsheets)\n\n#### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md)\n\nThe `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among \nother functionality like showing a grid of items. Be sure to checkout the sample project for this,\ntoo!\n\n\u003cimg src=\"https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/bottomsheet_customview.png\" width=\"250px\" /\u003e\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0'\n}\n```\n\n## Lifecycle\n\n[ ![Lifecycle](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/lifecycle?label=lifecycle\u0026style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/lifecycle)\n\n#### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md)\n\nThe `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.afollestad.material-dialogs:lifecycle:3.3.0'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafollestad%2Fmaterial-dialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafollestad%2Fmaterial-dialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafollestad%2Fmaterial-dialogs/lists"}