Hello World!
Another B4A Library that makes any view to be zoomable. ?
Amir_ZoomHelper
Usage :
B4X:
Private ZoomHelper As Amir_ZoomHelper
ZoomHelper.Initialize("ZoomHelper",Activity)
ZoomHelper.SetViewZoomable(View,True)
And you should add this java code to your activity :
B4X:
#if java...