How can i play a song in my android mediaplayer in a loop but with a timedelay or a small 开发者_JAVA技巧pause between each time it starts the song again.
You can use a Handler
with the postDelayed
method.
How can i play a song in my android mediaplayer in a loop but with a timedelay or a small 开发者_JAVA技巧pause between each time it starts the song again.
You can use a Handler
with the postDelayed
method.
精彩评论