colors - How to import colorPickerDialog library in android studio -


i everyone

i downloaded library use in application : https://code.google.com/p/android-color-picker/

unfortunally, don't know how "install" on android studio , add in application in preferenceactivity

anyone can me? thanks

just import other libraries source in "src" folder , add layout preferences file.

preferences xml file.

    <yuku.ambilwarna.widget.ambilwarnapreference             android:key="your_preference_key"             android:defaultvalue="0xff6699cc"              android:title="pick color" /> 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -