I want to develop an music player app for android with multitasking so dat i can use differtent apps without closing music player......help out plzz..
Asked
Active
Viewed 1,819 times
-6
-
3What exactly is your question? – pablochan Jan 13 '11 at 14:38
-
3"Can u send me the codez?" :) – John T Jan 13 '11 at 15:16
1 Answers
9
To have it to continue to play music in the background, you will need two components to your app. An Activity component that will display a UI to control the music player, and a Service component which is playing the music. The Activity component controls the Service component.
See here for more details:

Robin Salih
- 529
- 1
- 6
- 21