1 个仓库
Specialized controllers that manage the loading and unloading state of views to optimize memory.
Distinct from Android View Lifecycle Tracking: Focuses on the controller mechanism for managing state rather than just monitoring the lifecycle of custom elements.
Explore 1 awesome GitHub repository matching user interface & experience · Lifecycle Controllers. Refine with filters or upvote what's useful.
Conductor 是一个基于视图 (View) 的 Android 应用程序框架,提供了一套通过生命周期控制器、导航路由器和 UI 协调来编排 UI 组件的系统。它专注于管理视图的加载和卸载,以优化内存和状态。 该框架具有一个用于管理屏幕转换和历史堆栈的路由系统,允许通过嵌套导航流来创建诸如主从视图 (Master-Detail) 之类的层级布局。它还包含一个用于在视图切换期间实现自定义动画和视觉效果的接口。 其更广泛的功能涵盖了视图生命周期控制、屏幕流协调,以及将视图逻辑封装到跟踪附加和分离状态的控制器中。
Provides lifecycle controllers that explicitly manage how Android views are loaded and unloaded to optimize state.