Android Services -


I'm having some problems with the services in Android, here's the structure of the actions that I'm loading in my app. .

  1. The first activity ---> Music player ----> Service toplee music

When I navigate back to the first activity from musicplay activity.

First activity & lieutenant; ------ Music Players

The service runs in the background but the activity I forced to compromise (MusicPlayer) I want to update the UI of MusicPlayer activity

Any suggestions?

Thanks

Use messaging and async tasks to update UI From services


Comments