hi all
this example take screenshot for app
please if you have any note tell me..
thanks
B4X:
Sub Button1_Click
Dim noMe As NativeObject=Me
Log("getScrhotImage")
' remove it
ImageView1.Bitmap= noMe.runMethod("getScrhotImage",Null)
End Sub
#If OBJC
-(UIImage *)getScrhotImage
{...