3 Repos
UI components optimized for rapid image loading, native caching, and flicker-free rendering in mobile applications.
Distinct from High-Performance Rendering: The candidates focus on low-level image processing pipelines or generic DOM rendering; this is specifically about mobile UI components for image display and caching.
Explore 3 awesome GitHub repositories matching mobile development · High-Performance Image Components. Refine with filters or upvote what's useful.
This is a high-performance image component and native caching library for mobile applications. It provides tools for image optimization and asset preloading to reduce visual flicker and increase loading speeds. The project differentiates itself through a mobile asset preloader that downloads remote images into a local cache before they are requested. It also includes a system for assigning loading priority levels to ensure critical visual assets are fetched first and supports remote asset authentication by attaching custom HTTP headers to requests. The library covers a broad range of capabil
Optimizes the display of remote images using native caching mechanisms to improve application responsiveness and reduce visual flicker.
This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent memory overflows. It serves as an interactive image component that supports pinch-to-zoom, panning, and double-tap animations. The project is distinguished by its rendering engine, which loads low-resolution previews and high-resolution tiles to enable the efficient navigation of massive image files. It includes a coordinate mapper that converts screen touch points into raw image pixel coordinates and vice versa during scaling and panning. The view provides a broad set of capab
Displays massive images using tiling and subsampling to prevent memory crashes while keeping the interface responsive.
Eigen is a cross-platform mobile application and art marketplace client designed for discovering artists and exploring a curated database of fine art and gallery collections. It serves as a community art discovery tool and digital platform for connecting with art enthusiasts across different operating systems. The project implements a component-based mobile user interface that synchronizes a JavaScript thread with native platform views. It focuses on delivering a social mobile experience for sharing discoveries and interacting with a global art ecosystem. The application incorporates a high-
Implements optimized UI components for rapid image loading and native caching of high-resolution artwork.