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

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

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

2 个仓库

Awesome GitHub RepositoriesExpanded List Representations

Specialized UI components for representing a single data entity across multiple rows of a list.

Distinct from Complex Data Views: Focuses on the row-expansion of a single object, whereas Complex Data Views is broader (tables, trees)

Explore 2 awesome GitHub repositories matching data & databases · Expanded List Representations. Refine with filters or upvote what's useful.

Awesome Expanded List Representations GitHub Repositories

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

    drakeet/MultiType

    5,759在 GitHub 上查看↗

    MultiType 是一个 Android RecyclerView 适配器和 UI 组件工具包,旨在将多种数据类型映射到单个滚动列表中的不同布局。它作为一个多类型视图管理器,自动关联不同的数据模型及其对应的视图持有者(View Holder)。 该库包含一个数据到视图扩展器,将单个数据对象转换为多个列表项,允许在多行中表示复杂的信息模式。这种机制实现了通过对象到项的扩展来表示复杂的数据列表。 该系统通过处理动态视图类型解析和类型到布局的映射来管理异构内容样式。它进一步通过将视图逻辑与特定的持有者声明解耦,简化了 UI 开发,从而减少了自定义视图绑定期间的手动样板代码。

    Expands single data objects into multiple list items to show detailed information across several rows.

    Kotlinandroid-librarymultitypeone-to-many
    在 GitHub 上查看↗5,759
  • kuzudb/kuzukuzudb 的头像

    kuzudb/kuzu

    3,965在 GitHub 上查看↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Transforms a list into individual rows by exploding its contents into separate records.

    C++cypherdatabaseembeddable
    在 GitHub 上查看↗3,965
  1. Home
  2. Data & Databases
  3. Complex Data Views
  4. Expanded List Representations

探索子标签

  • List ExplodersTransforms a single collection of items into individual result rows. **Distinct from Expanded List Representations:** Distinct from Expanded List Representations: focuses on the row-expansion logic for data processing rather than UI representation.