It is an example of circular menu in android
1)In this project, build.gradle (project level) should be added with maven.
allprojects {
repositories {
...
jcenter()
maven{ url "https://jitpack.io"}
}
}
- Add App level dependencies:
dependencies {
compile 'com.github.Hitomis:CircleMenu:v1.1.0'
}