SyntaxFix
Write A Post
Hire A Developer
Questions
It might be cleaner for some people to work with an Integer object so you can just call toString() directly on the object:
Integer length = my_text_view.getText().getLength(); counter_text_view.setText( length.toString() );