I am creating an audio player application, i need to enable the user to fast forward and backward a song by holding a button(seperately for each). I’ve done for playing, stopping, skip to next and previous song. But i got stuck with this section. I dont know the method to implement this. pls help.
Share
Use the
currentTimeanddurationproperties.i.e. to skip forward
Similar for going backwards, only compare
currentTimeagainst0, instead ofduration