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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DingMouRen avatar

DingMouRen/LayoutManagerGroup

0
View on GitHub↗
4,976 stars·673 forks·Java·10 views

LayoutManagerGroup

LayoutManagerGroup is a library of custom layout managers for Android RecyclerViews. It serves as a custom list layout engine and a set of UI components designed to control how items are positioned and scrolled within a mobile interface.

The project provides a mechanism for defining non-standard item placements and scrolling behaviors. It allows for the creation of specialized grid and list arrangements that deviate from standard layouts to achieve specific visual configurations.

The engine handles the spatial positioning of items through coordinate-based placement and orientation-aware logic. It manages the rendering process via manual measurement passes and dynamic view recycling to synchronize item positions with scroll offsets.

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.

Star history

Star history chart for dingmouren/layoutmanagergroupStar history chart for dingmouren/layoutmanagergroup

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does dingmouren/layoutmanagergroup do?

LayoutManagerGroup is a library of custom layout managers for Android RecyclerViews. It serves as a custom list layout engine and a set of UI components designed to control how items are positioned and scrolled within a mobile interface.

What are the main features of dingmouren/layoutmanagergroup?

The main features of dingmouren/layoutmanagergroup are: RecyclerView Layout Extensions, Android UI Components, Coordinate-Based Positioning, Custom Layout Engines, Layout Manager Implementations, List Layout Arrangements, Custom Layouts, View Recycling Systems.

What are some open-source alternatives to dingmouren/layoutmanagergroup?

Open-source alternatives to dingmouren/layoutmanagergroup include: 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…

Open-source alternatives to LayoutManagerGroup

Similar open-source projects, ranked by how many features they share with LayoutManagerGroup.
  • lucasr/twoway-viewlucasr avatar

    lucasr/twoway-view

    5,204View on 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
    View on GitHub↗5,204
  • emilsjolander/stickylistheadersemilsjolander avatar

    emilsjolander/StickyListHeaders

    5,467View on 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
    View on GitHub↗5,467
  • gabrielemariotti/cardslibgabrielemariotti avatar

    gabrielemariotti/cardslib

    4,618View on 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
    View on GitHub↗4,618
  • hongyangandroid/flowlayouthongyangAndroid avatar

    hongyangAndroid/FlowLayout

    5,579View on 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
    View on GitHub↗5,579
See all 30 alternatives to LayoutManagerGroup→