How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The main features of drakeet/materialdialog are: Dialogs and Alerts, Material Design Components.
Open-source alternatives to drakeet/materialdialog include: afollestad/material-dialogs — material-dialogs is a Kotlin UI component library that provides a collection of modal dialogs and bottom sheets for… fengdai/alertdialogpro — [Deprecated] This project can make it easy to theme and custom Android's dialog. Also provides Holo and Material… miguelcatalan/materialsearchview — MaterialSearchView is an Android UI component that provides a search interface following Material Design guidelines.… androiddeveloperlb/materialstufflibrary. chrisrenke/drawerarrowdrawable — Visual back-port of the rotating drawer-to-arrow drawable from Android L. balysv/material-ripple — [deprecated] Android L Ripple effect wrapper for Views.
Deprecated This project can make it easy to theme and custom Android's dialog. Also provides Holo and Material themes for old devices.
material-dialogs is a Kotlin UI component library that provides a collection of modal dialogs and bottom sheets for Android applications. It is designed to implement user interface elements that follow Material Design standards. The library provides specialized modal interfaces for selecting calendar dates, clock times, and specific color values. It also includes system chooser integrations for selecting files and directories from local storage. Beyond pickers, the library covers a broader range of interaction components including text input dialogs, modal alerts with action buttons, and bot
MaterialSearchView is an Android UI component that provides a search interface following Material Design guidelines. It functions as a reusable visual element for implementing search bars and query inputs within mobile applications. The component includes a search suggestion provider to display predefined query options as users type and built-in voice search integration to convert spoken commands into text input. The project covers search interface development and component styling, allowing for the customization of colors and icons to match specific application themes.