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
·
castorflex avatar

castorflex/SmoothProgressBar

0
View on GitHub↗
4,512 stars·999 forks·Java·Apache-2.0·14 views

SmoothProgressBar

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.

Features

  • Circular Progress Indicators - Renders customizable circular and horizontal indeterminate progress indicators to signal background activity.
  • Android App Development - Designed specifically for use within the Android application development ecosystem.
  • Progress Bar Libraries - Acts as a dedicated library for rendering customizable indeterminate loading indicators in Android.
  • Android UI Components - Provides a reusable visual UI component for displaying background process status in Android apps.
  • Custom Android Views - Extends the Android View class to implement a specialized, fluid, and aesthetically customizable progress bar.
  • Custom View Styling - Enables the creation of personalized progress bars with styles matching a specific mobile design system.
  • Loading State Indicators - Provides animated horizontal and circular indicators to inform users that the app is processing a task.
  • Indeterminate Indicators - Provides animated indicators for ongoing background processes where the completion percentage is unknown.
  • Canvas Rendering - Implements manual 2D graphics rendering on the Android canvas to draw progress bar arcs and lines.
  • Custom Drawing Routines - Utilizes custom drawing routines and a manual draw loop for high-performance rendering of custom progress shapes.
  • Animation Interpolators - Uses mathematical interpolators to calculate smooth transitions and easing for progress bar animations.
  • Custom View Properties - Allows external configuration of visual attributes like color and thickness through internal properties.
  • Progress and Seekers - Smoothly animated progress bar.
  • Progress Indicators - Customizable horizontal indeterminate progress bar.

Star history

Star history chart for castorflex/smoothprogressbarStar history chart for castorflex/smoothprogressbar

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 castorflex/smoothprogressbar do?

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.

What are the main features of castorflex/smoothprogressbar?

The main features of castorflex/smoothprogressbar are: Circular Progress Indicators, Android App Development, Progress Bar Libraries, Android UI Components, Custom Android Views, Custom View Styling, Loading State Indicators, Indeterminate Indicators.

What are some open-source alternatives to castorflex/smoothprogressbar?

Open-source alternatives to castorflex/smoothprogressbar include: lzyzsd/circleprogress — CircleProgress is a custom view library for Android that provides reusable UI widgets for rendering circular, donut,… dinuscxj/loadingdrawable — LoadingDrawable is an Android loading drawable library that provides customizable drawable components to indicate… daimajia/numberprogressbar — NumberProgressBar is a customizable Android view library that provides a slim progress indicator. It combines a visual… ongakuer/circleindicator — CircleIndicator is a custom Android UI component that functions as a circular page progress indicator. It provides a… lygttpod/supertextview — SuperTextView is a custom Android UI component that combines multiple text and image segments into a single view to… hugeterry/coordinatortablayout — CoordinatorTabLayout is a custom Android user interface component that integrates tabbed navigation with folding…

Open-source alternatives to SmoothProgressBar

Similar open-source projects, ranked by how many features they share with SmoothProgressBar.
  • 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
  • dinuscxj/loadingdrawabledinuscxj avatar

    dinuscxj/LoadingDrawable

    4,102View on GitHub↗

    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

    Java
    View on GitHub↗4,102
  • daimajia/numberprogressbardaimajia avatar

    daimajia/NumberProgressBar

    6,092View on GitHub↗

    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.

    Java
    View on GitHub↗6,092
  • ongakuer/circleindicatorongakuer avatar

    ongakuer/CircleIndicator

    4,258View on GitHub↗

    CircleIndicator is a custom Android UI component that functions as a circular page progress indicator. It provides a graphical interface element that represents completion or progress through a circular arc. The component is designed to track a user's position within a sequence of pages, such as during onboarding flow navigation or linear screen transitions. It visualizes progress through a set of screens to provide feedback during mobile app navigation.

    Java
    View on GitHub↗4,258
See all 30 alternatives to SmoothProgressBar→