Updating ListView by notifydataSetChanged, has to use runOnUiThread?
问题 So i have this ListView, that uses my own custom arrayadapter. It works great, getting data from the database etc, but after its set there is no updating it. I have this activity that does something for result and when it comes back I call this: @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if(requestCode==1899) { //a new client was added to the list... try { clients = (ArrayList<ClientsData>)