I am using MediaPlayer in my application. And one Timer running for getting current playing position.
When I am trying to call seekTo(0);, it's giving the current position 0 then giving old current position, after that it's giving proper value.