puneetinderkaur
puneetinderkaur

Reputation: 51

android:Screen Capture

I know how to capture the screen shot through ddms option in Android. but i want to create a application havinga button, which when cliked will capture its ui and store it in sdcard. please me with your valueable ideas. Regards, puneet

Upvotes: 1

Views: 248

Answers (2)

Marc Plano-Lesay
Marc Plano-Lesay

Reputation: 6958

@Jokahero: MonkeyDevice seems to be useable only from adb. You simply can't take a screenshot on Android if your device is not rooted.

Upvotes: 1

Jokahero
Jokahero

Reputation: 1074

I think you should take a look at MonkeyDevice.takeSnapshot()

Upvotes: 0

Related Questions