I am using VideoView in Android for displaying streaming videos. While playing the videos if a user receives & disconnects the call ,the video starts playing from beginning instead of the behavior which should be that after the call disconnection ,the video should start playing from the same place when the call was received.
Kindly provide your suggestions/sample code if you have already implemented the same.