XUI is a native Android UI framework and component library designed for building application interfaces. It provides a comprehensive suite of native layouts, input fields, and navigation elements, supported by a tiered theme management system for defining global visual attributes and responsive styles. The framework distinguishes itself through a specialized set of custom views and interaction toolkits, including high-performance calendars, data visualization rendering, and a variety of stylized buttons with integrated timers and visual effects. It also includes integrated media processing ca
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
The main features of beloos/chipslayoutmanager are: Tag and Flow Layouts.
Open-source alternatives to beloos/chipslayoutmanager include: hongyangandroid/flowlayout — FlowLayout is a custom Android view widget designed to wrap child elements across multiple lines. It functions as an… xuexiangjys/xui — XUI is a native Android UI framework and component library designed for building application interfaces. It provides a… paulyung541/laybellayout. nex3z/flowlayout — A flow layout for Android with auto-spacing. kaedea/android-tagview. frank-zhu/trianglerectanglelabelview.