2 Repos
UI components that visualize the real-time progress of background operations.
Distinct from Operation Progress Tracking: None of the candidates focus on general-purpose UI progress visualization for arbitrary application operations; they are too focused on filesystems or networking.
Explore 2 awesome GitHub repositories matching user interface & experience · Operation Progress Visualizations. Refine with filters or upvote what's useful.
JDStatusBarNotification is a Swift-based notification framework and UI component library used to display custom status bar overlays and interactive alerts directly below the system status bar. It provides a system for presenting urgent information and task progress indicators through a SwiftUI-based toolkit. The framework allows for the creation of bespoke notification windows with support for custom view injection and a declarative UI approach for composing layouts. It includes features for branded UI customization, enabling the modification of colors, fonts, and animation styles to align wi
Displays real-time completion percentages and activity indicators for background operations within notifications.
LoadingDrawable is an Android loading drawable library that provides customizable drawable components to indicate background task activity or loading states. It functions as a collection of custom view components and progress indicators that integrate with standard Android views. The library enables the rendering of animated loading indicators for refresh components or image placeholders and tracks loading progress to reflect the completion percentage of time-consuming operations. The implementation covers Android progress visualization and UI design, utilizing canvas-level drawing and drawa
Implements UI components that visualize the real-time progress of background operations via customizable drawables.