How to dump the screen programmatically?

Posted by Johnny on Stack Overflow See other posts from Stack Overflow or by Johnny
Published on 2010-06-03T14:58:05Z Indexed on 2010/06/03 21:24 UTC
Read the original article Hit count: 150

Filed under:

Is there way to dump the current screen to a bitmap in Android?

And what about dump screen of other applications? For example, running a service background, the foreground app could send an intent to start the service, and capture the current screen and save as a bitmap.

© Stack Overflow or respective owner

Related posts about android