Has any of you encountered a similar memory leak? This is how I\'m handling the VideoView at the moment
@Override protected void onFinishInflate() { supe
Call videoView.suspend() in onPause() or onDestory().
videoView.suspend()
onPause()
onDestory()