Refresh Main via an IntentService [closed]

2

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.

    
asked by anonymous 06.07.2015 / 14:38

0 answers