Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

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

About

ColorPicker Android with recent color features

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages