Skip to content

yombunker/Android-ColorPicker

Repository files navigation

Android-ColorPicker

Simple but very optimized color picker, can fit any size.

Supports API 1

So no restriction in which app you can use it. (Note: The sample has min Api 11 because of the styles i am using)

How to use

  • Implement the interface OnColorChangedListener (Notifies when a color was choose)
  • Add at least a ColorArea to your layout
  • (Optional) If you have a HueBar, send it to your ColorArea
  • Set initial color to your ColorArea
  • And... your done!

You can have a look at the sample app for a more specific case

License

Copyright (C) 10/2014 - Bunk3r

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Simple but very optimized color picker, can fit any size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages