Best Way to Refresh Adapter/ListView on Android February 17, 2023 by Tarik You should use adapter.notifyDataSetChanged(). What does the logs says when you use that?