Abubaker
Results
2
comments of
Abubaker
Here is ZoomLayout Code that I used to zoom MjpegSurfaceView container layout `public class ZoomLayout extends RelativeLayout implements ScaleGestureDetector.OnScaleGestureListener { private enum Mode { NONE, DRAG, ZOOM } private static...
@MukeshGreenDeveloper Facing a same problem :(