How can I take screenshot of whole activity on Android, even if content is not visible? Ex. take screenshot of full chat and then generate image file?
I want screenshot invisible area too.
Thanks
How can I take screenshot of whole activity on Android, even if content is not visible? Ex. take screenshot of full chat and then generate image file?
I want screenshot invisible area too.
Thanks
This is one way to take "screenshot" of a view. I haven't tested it so tell if it works
public class MainActivity extends Activity {
}
One way is to extract the bitmap of the current screen and save it. Try this:
Android take screen shot programmatically