A android color picker library Easy to use and it have a features to save last some colors.
maven { url 'https://jitpack.io' }implementation 'com.github.krAbhiDev:ColorPicker-Android:2.0.1'val dialog = ColorPickerDialog()
dialog.setOnOkCancelListener { isOk, color ->
//do with color
}
dialog.show(supportFragmentManager)| Example 1 | Example 2 |
|---|---|
![]() |
![]() |

