I have a specific question about Android. Using setTextColor,
the developers guide shows void setTextColor (int color). Ok checking stackoverflow syntax is myObjectName.setTextColor(Color.GREEN)
Can someone explain the integer value in setTextColor(int color) and what integer values as they relate to colors?
I know the hex value color code, just don't understand how this relates to the integer value.