I am making an application where at some point i need the user to select a color, but as to not just have 50 radioButtons, I was wondering if it is possible to actually get the
Try using Color.parseColor(text);
Color.parseColor(text);