ImageViewCircularProgress
ImageView with loading animation out of the box
Install / Use
/learn @leandroBorgesFerreira/ImageViewCircularProgressREADME
ImageViewCircularProgress
ImageView with a circular progress spinner
Android Button that morphs into a loading progress bar.
- Really simple to use.
- Progress spinner out-of-box. You don't have to created a progress on top of a ImageView

Usage
Put the xml in the layout
<br.com.simplepass.circularprogressimagelib.CircularProgressImageView
android:id="@+id/progress_image"
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@mipmap/ic_launcher"
app:loading_spinning_bar_color="@android:color/white"
app:loading_spinning_bar_width="4dp"
app:loading_spinning_bar_padding="80dp"
/>
And use it
CircularProgressImageView progressImageView = (CircularProgressImageView)
findViewById(R.id.progress_image);
[after some async task...]
progressImageView.doneLoagingAnimation(R.color.colorAccent,
BitmapFactory.decodeResource(getResources(), R.drawable.ic_done_white_48dp));
Install
compile 'br.com.simplepass:imageview-circular-progress:1.0.5'
Bugs and Feedback
For bugs, feature requests, and discussion please use GitHub Issues
Written with StackEdit.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
