ServiceConnection.onServiceConnected() never called after binding to started service
问题 In a game application I have the following scenario: From the main game Activity , the player starts several game tasks that run in the background with varying duration. The player should be able to view the progress of the running game tasks in a separate View . To do this, I created two Activity s and a Service , defined as follows: Service ProgressService handles several ProgressBar s running simultaneously on parallel threads. Activity WorkScreen2 creates a game task, starts the Service