I have a list and i write a custom adapter for this. And I want to set some text color for this (e.g. Orange color code #F06D2F). I am presenting the code snippet for my g
g
This is what worked for me.
Import first: import android.graphics.Color;
Then you can use: textview.setTextColor(Color.BLUE);