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
If you are using Butterknife make sure to unbind, and if you aint't make sure to call videoView.stopPlayback() in your onDestroy