Published
- 1 min read
change visibility of textview andoird
The solution for this is noted below
change visibility of textview andoird
Solution
textView.setVisibility(TextView.INVISIBLE);
textView.setVisibility(TextView.VISIBLE);
Try other methods by searching on the site. That is if this doesn’t work