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
zzhoujay avatar

zzhoujay/RichText

0
View on GitHub↗
3,961 stars·562 forks·Java·MIT·16 views

RichText

RichText is an Android view component and parser designed to render formatted text from HTML and Markdown sources. It converts these markup languages into native Android UI components to display styled text, code blocks, and embedded media.

The project includes an interactive text view that handles user interactions for hyperlinks and images. It utilizes a mobile media cache manager to store assets in both memory and on disk, reducing redundant network requests.

The system provides capabilities for media handling, including dynamic image dimension correction to maintain layout consistency and coordinate-based interaction mapping to trigger actions upon user input.

Features

  • Android Rich Text Rendering - Provides a native Android view component that renders rich text from HTML and Markdown sources.
  • Markdown and Markup Tools - Parses HTML and Markdown source strings into structured internal representations for visual display.
  • Android Mobile View Conversion - Converts Markdown syntax into visual elements like code blocks specifically for Android mobile views.
  • Markdown to Rich Text Parsers - Parses HTML and Markdown syntax into structured objects for rendering in mobile UI.
  • Rich Text Renderers - Transforms structured rich text data from markup into visual UI elements and code blocks.
  • Android UI Component Mapping - Transforms HTML markup directly into native Android UI components for formatted display.
  • Rich Text Embeddings - Handles the loading and integration of images within rich text with automatic dimension correction.
  • Android Media Caching - Implements a two-tier memory and disk caching system to optimize the loading of media assets.
  • Interactive Text Attachments - Implements a UI component that handles interactive ranges for links and images embedded in text.
  • Attributed Text Interaction - Handles user interactions specifically tied to styled attributes like hyperlinks and image taps.
  • Rich Media Document Handling - Manages the integration of non-editable atomic media blocks and their dimensions within text streams.
  • Text Coordinate Mapping - Maps interaction points to pixel coordinates to handle clicks on hyperlinks and embedded images within text.
  • Text Components - Rich text parsing and rendering.

Star history

Star history chart for zzhoujay/richtextStar history chart for zzhoujay/richtext

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with RichText

These projects share indexed features with RichText. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ibireme/yytextibireme avatar

    ibireme/YYText

    8,872View on GitHub↗

    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

    Objective-C
    View on GitHub↗8,872
  • payloadcms/payloadpayloadcms avatar

    payloadcms/payload

    43,053View on GitHub↗

    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.

    TypeScriptcmscontent-managementcontent-management-system
    View on GitHub↗43,053
  • facebookarchive/asyncdisplaykitfacebookarchive avatar

    facebookarchive/AsyncDisplayKit

    13,345View on GitHub↗

    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

    Objective-C++
    View on GitHub↗13,345
  • android/user-interface-samplesandroid avatar

    android/user-interface-samples

    4,631View on GitHub↗

    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

    Kotlin
    View on GitHub↗4,631
Compare all 30 related projects→

Frequently asked questions

What does zzhoujay/richtext do?

RichText is an Android view component and parser designed to render formatted text from HTML and Markdown sources. It converts these markup languages into native Android UI components to display styled text, code blocks, and embedded media.

What are the main features of zzhoujay/richtext?

The main features of zzhoujay/richtext are: 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.

Which projects share features with zzhoujay/richtext?

Projects with overlapping indexed features include: 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…