I have put textview in scrollview it’s working fine.
I want to do that if user should not to scroll textview, inspite of textview should pro-grammatically scroll to the last line.
does is possible?
How?
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.
You can actually let your scrollView to scroll to the bottom. In that way whenever that event gets triggered automatically your ScrollView will scroll and cursor will be at las line.
You can use
getScrollView().fullScroll(ScrollView.FOCUS_DOWN);which you can actually spawn as a new thread and run.