How to update ListView in Android after an IntentService returns something to an ResultReceiver
问题 Perhaps the reason I can't find an answer to this, is that I'm doing the question the wrong way, but still I hope that here on SO someone can answer this. I have a MainActivity with a ListView that present some values - after processing - from a database: public class MainActivity extends Activity { ListView mainViewList; CTTObjectsArrayAdapter arrayAdapter; ArrayList<CTTObject> cttObjects = null; public UpdateObjectResultReceiver updateObjectReceiver; @Override protected void onCreate(Bundle