Hi all,
You can take a screenshot of the screen with a single line of code. in the next version you can take a screen shot with desired view.
this zip file have a library and a sample.
Currently version v1.0 (2021/05/23)
		
		
	
	
		
	
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Please like this post to increase my motivation.
You can subscribe to my Telegram channel to use my text and video tutorials : @B4X_Develop
			
			You can take a screenshot of the screen with a single line of code. in the next version you can take a screen shot with desired view.
this zip file have a library and a sample.
Currently version v1.0 (2021/05/23)
			
				AH_TakeAScreenShot:
			
		
		
		Private Sub BTN_ScreenShot_Click
    Dim bitmap As Bitmap
    bitmap.Initialize3(AH_TakeAScreenShot.TakeaScreenShot_Activity)
    ImageView1.SetBackgroundImage(bitmap)
    ToastMessageShow("done!",True)
End Sub
	Please like this post to increase my motivation.
You can subscribe to my Telegram channel to use my text and video tutorials : @B4X_Develop
Attachments
			
				Last edited: