How To Play Sound Using Service In Android
I want to play sound in my android app. And maybe I have to use service for this. But from this question I see on home button pressed and on screen lock onPause method called. But
Solution 1:
Use MediaPlayer from Android. See: Android Example
Post a Comment for "How To Play Sound Using Service In Android"