JAVA/android_studio
Android ListView scroll to bottom
cskimair
2024. 9. 16. 11:19
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