I am displaying some data in a ScrollView. On activity startup (method onCreate) I fill the ScrollView with data and want to scroll to the bottom.
I tried to use
Right after you append data to the view add this single line:
yourScrollview.fullScroll(ScrollView.FOCUS_DOWN);