GitHub - osamaaftab/Flow: A Circular image loading and caching library for Android with circular Progressbar
Briefly

A Circular image loading and caching library for Android with circular Progressbar.Step 1. Add the JitPack repository to your build file.Add it in your root build.gradleat the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io'}} }
Step 2. Add the dependency
dependencies { implementation 'com.github.osamaaftab:Flow:Tag'
Read at GitHub
[
add
]
[
|
|
]