I'm really new to Android Studio
Plz show me how to add this color picker to my Android Studio project, add it as a library to use it
AmbilWarna Color Picker: here
Thanks in advance!!!
For most github projects, they include instructions in the readme to add it to your project.
For Android Studio, simply add the dependency to your app/build.gradle:
dependencies {
compile 'com.github.yukuku:ambilwarna:2.0'
}