SyntaxFix
Write A Post
Hire A Developer
Questions
how about just getting the length of char in your EditText and display it?
something along the line of
tv.setText(s.length() + " / " + String.valueOf(charCounts));