I am creating the custom textview i want to give black textcolor to this textview. how can i set textcolor. my code is
TextView textview = new TextView(this);
textview.setText("Please follow this Description");
setContentView(_textview);
when i use textview.setTextColor(Integer.parseInt("#000000"))
Thanks in advance