Android Color Picker

I went looking for a good color picker for an Android app I’m working on and found a project on Google Code that can be used as an Activity or a Dialog. Its very easy to use and gives you great functionality in just a few lines of code.

The project can be found here and is licensed under Apache License, Version 2.0.

To use the dialog you simply create an instance of the dialog, set the button text and listeners, and call ‘.show()’. One of the distinguishing features is the alpha slider (which is not found on most similar dialogs).

2 Responses to Android Color Picker

  1. i love your blog, i have it in my rss reader and always like new things coming up from it.

    • Hey thanks! Lemme know if there is something you want me to post about. I can’t promise i’ll know much about it, but I’ll try to do some digging and come up with a demo for you.