I want to be able to capture an image of the entire activity, just don't know how.
This activity has one scroll view so it needs to capture what is not on the screen as well.
I have tried this but in only captures what is visible.
Dim x As B4XView = Activity
Dim bmp As B4XBitmap = x.Snapshot
This activity has one scroll view so it needs to capture what is not on the screen as well.
I have tried this but in only captures what is visible.
Dim x As B4XView = Activity
Dim bmp As B4XBitmap = x.Snapshot