Hi, in setZoomView method user should be set that, otherwise when you doing to scroll down for zooming, app will be crash.
So for solve this issue you should set a view even a non usage view.
for instance:
`
ImageView iv = new ImageView(context) ;
MzoomScrollView. SetZoomView(iv);
`
Sent from my Xiaomi MI 3W using FastHub