1 个仓库
Handling the display and lifecycle of notifications within Android applications.
Distinct from Android Notification Channels: Candidates focus on system-level notification channels or badges, not the programmatic management of in-app alert overlays.
Explore 1 awesome GitHub repository matching mobile development · Android Notification Management. Refine with filters or upvote what's useful.
Alerter 是一个 Android 提醒库和 UI 通知工具,用于显示自定义通知浮层和警告消息。它作为标准系统 Toast 的程序化替代方案,允许在 Android 屏幕上渲染临时提醒。 该库专注于 Android UI 浮层设计,通过在窗口装饰(window decor)之上渲染自定义提醒视图。这种方法无需修改应用的永久布局文件即可显示通知。 该工具通过动态布局填充和窗口装饰浮层渲染来处理 Android 通知管理,从而将视图注入到活动的窗口管理器中。它利用基于上下文的视图注入和状态管理器来控制这些通知浮层的可见性。
Manages the delivery and display of custom alert messages and notifications within Android applications.