I have a buttons called play and stop
if I press play its starting playing. after I press stop its going to home page. But I need to go home page automatically once playing is done ie. Without clicking stop button. How can I do it for android?
thanks in advance
I have a buttons called play and stop if I press play its starting
Share
hi shekhar you can set an oncomplete listener to the player object. The code follows:
here the mPlayer is the object of the MediaPlayer which is currently running..