awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DingMouRen avatar

DingMouRen/LayoutManagerGroup

0
View on GitHub↗
4,976 estrellas·673 forks·Java·3 vistas

LayoutManagerGroup

LayoutManagerGroup es una librería de gestores de diseño personalizados para RecyclerViews de Android. Sirve como un motor de diseño de lista personalizado y un conjunto de componentes de interfaz de usuario diseñados para controlar cómo se posicionan y desplazan los elementos dentro de una interfaz móvil.

El proyecto proporciona un mecanismo para definir ubicaciones de elementos no estándar y comportamientos de desplazamiento. Permite la creación de arreglos de cuadrícula y lista especializados que se desvían de los diseños estándar para lograr configuraciones visuales específicas.

El motor maneja el posicionamiento espacial de los elementos a través de la colocación basada en coordenadas y la lógica consciente de la orientación. Gestiona el proceso de renderizado mediante pases de medición manual y reciclaje dinámico de vistas para sincronizar las posiciones de los elementos con los desplazamientos de desplazamiento.

Features

  • RecyclerView Layout Extensions - Provides specialized LayoutManager extensions for Android RecyclerView to enable custom item positioning.
  • Android UI Components - Offers reusable UI components specifically designed for specialized arrangements in Android applications.
  • Coordinate-Based Positioning - Implements precise placement of list items using calculated X and Y screen coordinates.
  • Custom Layout Engines - Functions as a custom engine for defining non-standard item placements and scrolling behaviors.
  • Layout Manager Implementations - Provides custom LayoutManager extensions to override standard item positioning and measurement.
  • List Layout Arrangements - Arranges list items in non-standard grid or linear layouts within scrollable containers.
  • Custom Layouts - Provides base structures for defining unique item positioning and scrolling arrangements.
  • View Recycling Systems - Manages the efficient reuse of child views as they move in and out of the viewport.
  • Manual Dimension Calculation - Determines child element sizes by overriding the standard Android layout measurement cycle.
  • Layout Orientation Recalculation - Adjusts the arrangement and spacing of list items automatically based on device orientation changes.
  • Scroll-Offset Tracking - Tracks scroll offsets to synchronize item positions and trigger the loading of new content.

Historial de estrellas

Gráfico del historial de estrellas de dingmouren/layoutmanagergroupGráfico del historial de estrellas de dingmouren/layoutmanagergroup

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a LayoutManagerGroup

Proyectos open-source similares, clasificados según cuántas características comparten con LayoutManagerGroup.
  • lucasr/twoway-viewAvatar de lucasr

    lucasr/twoway-view

    5,204Ver en GitHub↗

    Twoway-view is a Java library for Android list UI development designed to simplify the creation of custom list and grid interfaces. It focuses on reducing repetitive boilerplate code when building complex item arrangements and custom layouts. The project provides tools for custom layout manager design and sequence layout management, allowing for precise structural positioning of items. It includes mechanisms for list layout simplification and the rendering of custom user interface layouts. The library covers a broad range of list capabilities, including item decoration management for visual

    Java
    Ver en GitHub↗5,204
  • emilsjolander/stickylistheadersAvatar de emilsjolander

    emilsjolander/StickyListHeaders

    5,467Ver en GitHub↗

    StickyListHeaders is an Android sticky header library and RecyclerView extension. It serves as a user interface component for organizing large datasets into categorized sections using headers that pin to the top of the screen during scrolling. The library provides functionality for creating sticky section headers and expandable list sections, allowing grouped sub-items to be collapsed or expanded to simplify navigation. The implementation covers viewport coordinate mapping, z-index management for visual layering, and scroll-position-based pinning. It includes mechanisms for tracking header t

    Java
    Ver en GitHub↗5,467
  • gabrielemariotti/cardslibAvatar de gabrielemariotti

    gabrielemariotti/cardslib

    4,618Ver en GitHub↗

    cardslib is an Android UI component library and card layout framework. It provides a set of specialized adapters and views designed as an extension for high-performance card rendering within recycling lists. The library distinguishes itself through a reorderable list implementation that supports drag-and-drop item rearrangement and nested content hierarchies. It also includes an interaction system for managing directional swipe constraints and a customizable undo action notification bar. The framework covers a broad range of card-based interface capabilities, including the composition of vis

    Java
    Ver en GitHub↗4,618
  • hongyangandroid/flowlayoutAvatar de hongyangAndroid

    hongyangAndroid/FlowLayout

    5,579Ver en GitHub↗

    FlowLayout is a custom Android view widget designed to wrap child elements across multiple lines. It functions as an adapter-based layout that populates and updates flowing content from a data source, specifically for displaying collections of tags or chips. The component includes a tag selection system that supports single or multiple selection modes with configurable limits. It manages user interactions through tag click handling and includes a state manager to persist selection indices across activity reconstruction and screen rotations. The library provides capabilities for dynamic data

    Java
    Ver en GitHub↗5,579
Ver las 30 alternativas a LayoutManagerGroup→

Preguntas frecuentes

¿Qué hace dingmouren/layoutmanagergroup?

LayoutManagerGroup es una librería de gestores de diseño personalizados para RecyclerViews de Android. Sirve como un motor de diseño de lista personalizado y un conjunto de componentes de interfaz de usuario diseñados para controlar cómo se posicionan y desplazan los elementos dentro de una interfaz móvil.

¿Cuáles son las características principales de dingmouren/layoutmanagergroup?

Las características principales de dingmouren/layoutmanagergroup son: RecyclerView Layout Extensions, Android UI Components, Coordinate-Based Positioning, Custom Layout Engines, Layout Manager Implementations, List Layout Arrangements, Custom Layouts, View Recycling Systems.

¿Qué alternativas de código abierto existen para dingmouren/layoutmanagergroup?

Las alternativas de código abierto para dingmouren/layoutmanagergroup incluyen: lucasr/twoway-view — Twoway-view is a Java library for Android list UI development designed to simplify the creation of custom list and… hongyangandroid/flowlayout — FlowLayout is a custom Android view widget designed to wrap child elements across multiple lines. It functions as an… gabrielemariotti/cardslib — cardslib is an Android UI component library and card layout framework. It provides a set of specialized adapters and… emilsjolander/stickylistheaders — StickyListHeaders is an Android sticky header library and RecyclerView extension. It serves as a user interface… timehop/sticky-headers-recyclerview — This is a library for Android RecyclerView that pins section headers to the top of a scrolling list to maintain… cymcsg/ultimaterecyclerview — UltimateRecyclerView is an advanced list component for Android that provides built-in support for animations, sticky…