I have a service that continues to do what the activity was doing when the user navigates away from the application, and when they return, the service send the data back to the activity to then display, but I don’t know what part of the Manifest to change. Sample code would be appreciated.
Share
What part of the AndroidManifest.xml? None. I would think you’d want to bind to the service from your activity. then you can ask it directly. Also, have the server send out a broadcast when whatever its doing is ready, in case the Activity is already open.