android change text color in textview

android change text color in textview
TextView myTextView = (TextView) findViewById(R.id.text);
myTextView.setTextColor(Color.parseColor("#FF00FF"));
Sour‮ec‬:www.lautturi.com
Created Time:2017-09-02 13:55:12  Author:lautturi