I have an app that plays online radio stations using MediaPlayer, but now I need to be able to record what I am listening and have a one minute buffer to re-listen.
With MediaPlayer I don't have access to the buffer so is useless to me, wich can be the best way to achieve that?
I use API >= 11.