6

I want to take screenshot of screen programatically.I also downloaded android-screenshot-library, but i am not understanding how to use it. Please help me.

Thanks

Monali
  • 1,966
  • 12
  • 39
  • 59
  • Did you read the [Usage page](http://code.google.com/p/android-screenshot-library/wiki/Usage)? – Ted Hopp May 12 '11 at 06:15
  • Check this out http://stackoverflow.com/questions/2661536/screenshot-android – Girish Nair Oct 22 '12 at 05:16
  • possible duplicate of [Take screenshot programmatically of the whole screen](http://stackoverflow.com/questions/16748384/take-screenshot-programmatically-of-the-whole-screen) – 2Dee Oct 24 '14 at 09:37

1 Answers1

4

Follow this guide: Developer guide for android-screenshot-library.

Also read this: How to capture the android device screen content? may be become helpful to you.

Community
  • 1
  • 1
Harry Joy
  • 58,650
  • 30
  • 162
  • 207