View Single Post
Old 01-17-2011, 02:22 PM   #18
Chubulor
Edge User
 
The music players are technically an Android "Service" rather than "Activity", as once the music starts it doesn't interact with the user via the screen. Multiple Services are allowed to run at the same time, but only one Activity per screen.