I am beginner, I want to make one simple application that will count number of lines, words and characters from whatever we have entered in Editext field. i want result like:
EditText : My name is abc.
Button CLick---->
Result:
No. of Words : 4 No. of Characters : 14 No. of Lines : 1
lines in edittext can vary depending on device.... for words:
and for characters:
s.length()