Java tutorial
//package com.java2s; import android.graphics.Color; public class Main { public static int getColor(String strColor) { return Color.parseColor(strColor); } }