awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLifecycle Controllers

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.

Awesome Lifecycle Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bluelinelabs/conductorbluelinelabs 的头像

    bluelinelabs/Conductor

    3,903在 GitHub 上查看↗

    Conductor 是一个基于视图 (View) 的 Android 应用程序框架,提供了一套通过生命周期控制器、导航路由器和 UI 协调来编排 UI 组件的系统。它专注于管理视图的加载和卸载,以优化内存和状态。 该框架具有一个用于管理屏幕转换和历史堆栈的路由系统,允许通过嵌套导航流来创建诸如主从视图 (Master-Detail) 之类的层级布局。它还包含一个用于在视图切换期间实现自定义动画和视觉效果的接口。 其更广泛的功能涵盖了视图生命周期控制、屏幕流协调,以及将视图逻辑封装到跟踪附加和分离状态的控制器中。

    Provides lifecycle controllers that explicitly manage how Android views are loaded and unloaded to optimize state.

    Java
    在 GitHub 上查看↗3,903
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Lifecycle Controllers