The implementation of the mediaPlayer.pause() in the beginning of chapter 5 is
missing from the book. The downloadable source code is ok, though.
Here is the method:
@Override
public void pause() {
if (mediaPlayer.isPlaying())
mediaPlayer.pause();
}
Original issue reported on code.google.com by anap...@gmail.com on 12 Jul 2011 at 8:43
Original issue reported on code.google.com by
anap...@gmail.com
on 12 Jul 2011 at 8:43