YYText is an iOS rich text framework used for rendering and editing complex attributed text. It features an asynchronous text rendering engine that calculates layout on background threads to maintain interface performance, alongside an attributed text serializer for converting rich text structures into storable formats. The framework provides specialized tools for non-rectangular text layout, allowing text to wrap around custom container paths and exclusion shapes. It also supports advanced typography requirements, including vertical text formatting for East Asian languages and the applicatio
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy
This repository provides a collection of runnable code samples that demonstrate best practices for building Android user interfaces across a wide range of devices and scenarios. The samples cover the full spectrum of modern Android UI patterns, from adaptive layouts that automatically adjust to large screens and foldable devices to interactive home screen widgets and conversation-style notifications. The samples explore key capability areas including adaptive layouts powered by window size classes, foldable screen adaptation with hinge state handling, and declarative UI construction using Com
RichText est un composant de vue et un parseur Android conçu pour rendre du texte formaté à partir de sources HTML et Markdown. Il convertit ces langages de balisage en composants UI Android natifs pour afficher du texte stylisé, des blocs de code et des médias intégrés.
Les fonctionnalités principales de zzhoujay/richtext sont : Android Rich Text Rendering, Markdown and Markup Tools, Android Mobile View Conversion, Markdown to Rich Text Parsers, Rich Text Renderers, Android UI Component Mapping, Rich Text Embeddings, Android Media Caching.
Les alternatives open-source à zzhoujay/richtext incluent : ibireme/yytext — YYText is an iOS rich text framework used for rendering and editing complex attributed text. It features an… payloadcms/payload — Payload is a headless content management system and application framework that uses a code-first approach to define… facebookarchive/asyncdisplaykit — AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of… android/user-interface-samples — This repository provides a collection of runnable code samples that demonstrate best practices for building Android… icindy/wxparse — wxParse is a rich text parser and renderer specifically designed for the WeChat Mini Program ecosystem. It transforms… showdownjs/showdown — Showdown is a JavaScript library designed to convert Markdown syntax into HTML markup. It functions as a processor for…