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
Yes, You can try this
textview.setTextColor(this.getResources().getColor(R.color.orange));