
An Android Alerting Library
Alerter is an Android library, now written in Kotlin, that aims to overcome the limitations of Toasts and Snackbars while simplifying the integration into any app. It provides a customizable Alert View that is dynamically added to the Decor View of the Window, overlaying all content.
Alerter is an Android library written in Kotlin that provides a customizable and simplified way to display alerts in Android apps. It offers features such as customizability, support for Activities and Fragments, visibility callbacks, progress bars, buttons, and custom layouts. By using Alerter, developers can overcome the limitations of Toasts and Snackbars while reducing the complexity of their layouts. Installing Alerter is straightforward, requiring the addition of the JitPack.io Maven repository and the Alerter dependency in the app's build.gradle file.

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.