private void scrollListViewToBottom() {
listView.setSelection(adapter.getCount() - 1);
}
-
https://stackoverflow.com/questions/46290105/android-listview-scroll-to-bottom
Android ListView scroll to bottom
I am developing app with chat and I want my ListView to scroll to bottom when new message been posted by user and when user was at the bottom of the list and there are new messages recieved. I am u...
stackoverflow.com
-
🔎 android java, listview automatic scrolldown: Google 검색
www.google.com
'JAVA > android_studio' 카테고리의 다른 글
savedInstanceState 는 왜 있는걸까? (0) | 2024.09.16 |
---|---|
ListView 기본 , overview (0) | 2024.09.16 |
ListView, ArrayAdapter (1) | 2024.09.16 |
Android service not restarted when app back from idle state (0) | 2024.09.16 |
Permission Denial: startForeground requires android.permission.FOREGROUND_SERVICE (0) | 2024.09.16 |