1 个仓库
Concrete implementations of the Android PopupWindow class for UI overlays.
Distinct from Android Implementations: Focuses on the specific technical implementation of popups rather than general clean architecture in Android.
Explore 1 awesome GitHub repository matching software engineering & architecture · PopupWindow Implementations. Refine with filters or upvote what's useful.
BasePopup 是一个 Android 弹出窗口库和 UI 组件框架,专为在 Android 应用中创建自定义浮动窗口和覆盖层而设计。它提供了一组可重用的元素,用于在主应用屏幕上方渲染聚焦内容和临时控件。 该库通过一个自定义框架管理这些浮动视图的布局和显示,该框架标准化了弹出菜单的外观和行为。它专门实现了 Android 弹出窗口功能,以提供上下文选项,而无需导航离开当前页面。 该框架通过窗口管理、基于锚点视图的坐标计算以及动态尺寸适配来涵盖 UI 组件开发。它处理视图填充(inflation)和事件处理,以将这些浮动元素集成到移动界面中。
Implements the layout and display management for floating views using Android's PopupWindow mechanism.