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

daimajia/NumberProgressBar

0
View on GitHub↗
6,092 stars·1,389 forks·Java·MIT·12 views

NumberProgressBar

NumberProgressBar is a customizable Android view library that provides a slim progress indicator. It combines a visual fill level with a numerical value to display completion status within Android applications.

The component allows for the attachment of custom prefix and suffix labels to numerical indicators to provide additional context. It supports a range of styling options, including the ability to adjust the colors, height, and text size of the progress tracks to match specific visual designs.

Features

  • Progress Value Displays - Ships a slim progress bar that displays a numeric value alongside a visual fill level.
  • Android Libraries - Provides a lightweight Android library for styling and implementing progress indicators.
  • Android UI Components - Provides a reusable visual progress widget for Android application user experiences.
  • Visual Progress Indicators - Provides real-time visual feedback on completion status using tracks and numerical labels.
  • Numeric Value Visualizers - Graphically represents a numerical value using a filling progress bar.
  • Progress & Value Indicators - Renders a visual representation of numerical progress within a defined range.
  • View Class Inheritance - Extends the base Android View class to create a specialized progress tracking component.
  • Android Component Styling - Allows customization of colors, height, and text size to match specific mobile designs.
  • Canvas-Based UI Rendering - Implements UI rendering directly to a canvas to create a custom progress indicator.
  • Progress Bar Visual Customization - Provides options to adjust colors, height, and text size of the progress tracks.
  • Label Customization - Supports attaching custom prefix and suffix text to numerical indicators for additional context.
  • Progress and Seekers - Progress bar with numeric percentage display.
  • Progress Indicators - 多彩进度条

Star history

Star history chart for daimajia/numberprogressbarStar history chart for daimajia/numberprogressbar

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

Frequently asked questions

What does daimajia/numberprogressbar do?

NumberProgressBar is a customizable Android view library that provides a slim progress indicator. It combines a visual fill level with a numerical value to display completion status within Android applications.

What are the main features of daimajia/numberprogressbar?

The main features of daimajia/numberprogressbar are: Progress Value Displays, Android Libraries, Android UI Components, Visual Progress Indicators, Numeric Value Visualizers, Progress & Value Indicators, View Class Inheritance, Android Component Styling.

Which projects share features with daimajia/numberprogressbar?

Projects with overlapping indexed features include: rengwuxian/materialedittext — MaterialEditText is an Android UI component library and mobile form input framework used to create text fields that… diogobernardino/williamchart — WilliamChart is an Android data visualization library and toolkit used to render interactive charts and graphs within… castorflex/smoothprogressbar — SmoothProgressBar is an Android custom progress bar library designed to render customizable horizontal and circular… lzyzsd/circleprogress — CircleProgress is a custom view library for Android that provides reusable UI widgets for rendering circular, donut,… tamsiree/rxtool — RxTool is an Android development utility library consisting of reusable components and helper classes for common… xcltapestry/xcl-charts — XCL-Charts is a native Android charting library designed as a high-performance graphics engine for rendering complex,…

Projects sharing features with NumberProgressBar

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

    rengwuxian/MaterialEditText

    6,080View on GitHub↗

    MaterialEditText is an Android UI component library and mobile form input framework used to create text fields that implement Material Design standards. It provides a collection of input components featuring floating labels, error states, and themed visual styles. The library enables the rendering of text fields with animated labels and integrated helper text. It supports the addition of design icons and allows for the customization of colors and typefaces for primary, error, and helper text. The framework includes capabilities for mobile input validation, such as enforcing minimum and maxim

    Java
    View on GitHub↗6,080
  • diogobernardino/williamchartdiogobernardino avatar

    diogobernardino/WilliamChart

    5,106View on GitHub↗

    WilliamChart is an Android data visualization library and toolkit used to render interactive charts and graphs within Android applications. It functions as a UI component library for integrating data-driven dashboards and metrics into Android layouts. The library includes a specialized component for representing proportional categorical data as donut charts, which are circular charts with hollow centers. It provides a drawing engine that uses low-level APIs to map numerical data to pixel coordinates on the screen.

    Kotlin
    View on GitHub↗5,106
  • castorflex/smoothprogressbarcastorflex avatar

    castorflex/SmoothProgressBar

    4,512View on GitHub↗

    SmoothProgressBar is an Android custom progress bar library designed to render customizable horizontal and circular indeterminate loading indicators. It functions as a reusable UI component and view extension used to display the status of background processes within Android applications. The library provides smooth animations and custom styles to create fluid loading states. It supports both linear and circular formats, allowing for specific colors and styles to match a mobile application's design system.

    Java
    View on GitHub↗4,512
  • lzyzsd/circleprogresslzyzsd avatar

    lzyzsd/CircleProgress

    3,800View on GitHub↗

    CircleProgress is a custom view library for Android that provides reusable UI widgets for rendering circular, donut, or arc-shaped progress indicators. It is designed to help developers visualize task completion status and data progress within native mobile application interfaces. The component allows for the display of custom text labels and inner graphical assets alongside the progress indicator. It functions by manually calculating paths and arcs on a canvas surface, translating progress percentages into geometric angles to ensure accurate positioning within a circular frame. The library

    Java
    View on GitHub↗3,800
  • Compare all 30 related projects→