i want to know how many line in my text view.
i already set mytextview text, then i want to get how many line it take in mytextview.
i use mytextview.getLineCount() but it didn’t work.
it always return 0.
can someone helpme.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
thanks for all. i solved it already. i use thread to get the linecount just like this
hope this will help if you have same problem.
best regard.