Relative Content

Tag Archive for javaandroidkotlinexoplayerpanning

Pinch to Zoomin and paning in exo player android

I’ve implemented zoomin and panning functionality in a screen using ScaleGesture but it’s not working smoothly. and in Full Screen mode i’ve implemented this functionality using TextureView.SurfaceTextureListener. I need need zoomin and panning functionality in screen without destroying current activity because with TextureView.SurfaceTextureListener we need to destroy screen to load new video. Is there any way where i can implement zoomin and paning functionality using matrix like TextureView.SurfaceTextureListener have. With TextureView.SurfaceTextureListener functionality is working very smoothly