Skip to content

krabhi1/ColorPicker-Android

Repository files navigation

Android Color Picker

A android color picker library Easy to use and it have a features to save last some colors.

How to

add to repositories

maven { url 'https://jitpack.io' }

add dependencies build.gradle(module)

implementation 'com.github.krAbhiDev:ColorPicker-Android:2.0.1'

to show dialog

val dialog = ColorPickerDialog()
dialog.setOnOkCancelListener { isOk, color ->
  //do with color
}
dialog.show(supportFragmentManager)

Here is an example images:

Example 1 Example 2
IMG_20230315_144204 IMG_20230315_144222