how can i Take snapshots of my Android application/Layout
i am created an application in android.In that i have a doubt,for explaining that i have to show the graphical layout of m开发者_如何学编程ain.xml. it is possible to copy my code and paste here so that everybody can see the code.Now i want to display my graphical layout along with my code.Is it possible?? if it is possible means how?
I think you want to capture the photos of your application running inside the emulator.
For taking screen shots of your application, follow the below steps:
- click on Window menu -> DDMS
- Click on "Devices" icon lying at the left-bottom corner.
- It will list out all the devices, select the device from which you want to take screen shots.
- click on "Screen capture" button.
精彩评论