Reputation: 5152
How can I take snapshot of device like this tablet has button in menu bar to take a snap shot of device screen? the device has android 4.1.1 this same functionality is wanted to implement in my application to capture the screen snapshot.
note that:
Layout.getDrawingCache();
Upvotes: 1
Views: 3247
Reputation: 15
just have a look on this https://code.google.com/p/android-screenshot-library/
i hope it usefull for you...
Upvotes: 1