I have an application that works together with GCM (Google Cloud Messages), which queries the server and when there is news sends a notification to the user.
I need to update my MainActivity listView, what would be the best way to do this?
Should I implement within my IntentService or MainActivity?
If possible I would like an example.