Stop All Media Player Rinning In My Android Device
I'll like to stopping all media player in my android device programmatically. Someone can help me.
Solution 1:
You should use Service
to play MediaPlayer
and control from anywhere in application.
I used this tutorial and I succeeded.
https://thenewcircle.com/s/post/60/servicesdemo_using_android_services
Post a Comment for "Stop All Media Player Rinning In My Android Device"