SkillAgentSearch skills...

CircleProgress

A circle progress animation view on Android

Install / Use

/learn @Fichardu/CircleProgress
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CircleProgress

A Circle Progress View with a rotate animation. Just make for fun. Hope you enjoy it.

Quick Look

<img src="./art/progress.gif" width="360">

Usage

<me.fichardu.circleprogress.CircleProgress
        android:id="@+id/progress"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        circleprogress:color1="@android:color/holo_red_light"
        circleprogress:color2="@android:color/holo_green_light"
        circleprogress:color3="@android:color/holo_blue_light" />
mProgressView.startAnim();
mProgressView.stopAnim();
mProgressView.reset();
mProgressView.setDuration();
mProgressView.setInterpolator();

Analyse

Analyse Blog post here

View on GitHub
GitHub Stars808
CategoryDevelopment
Updated17d ago
Forks199

Languages

Java

Security Score

95/100

Audited on Mar 10, 2026

No findings