保存或打印屏幕截图说明
如何保存应用程序屏幕截图或搜索wifi打印机并打印应用程序屏幕?
How to save screenshot of the application screen or search for a wifi printer and print the application screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于屏幕截图,请使用以下代码,
现在您可以使用文件 API 将此图像保存在 SD 卡上,或者如果您想将其发送到 WiFi 打印机,则需要与 WiFi 打印机连接,然后将位图图像发送到打印机进行打印。
For Screenshot use following code,
Now you can save this image on SD card with File API or if you want to send it to WiFi Printer then you need to do Connection with WiFi Printer and then send Bitmap Image to Printer for printing.
要保存屏幕截图:
现在,将位图保存到文件中以保存它。
编辑:
不知你问的不是程序化方式吗?如果您正在寻找手动方式,Raj 的答案可能会对您有所帮助。
To save the screen shot:
Now, you save bitmap to a file to save it.
EDIT:
I wonder if you are not asking about programmatic way? If you are looking for manual way, Raj's answer may help you.
以下步骤将有助于保存屏幕截图。
在模拟器设备中运行应用程序。
在 Eclipse 中打开设备选项并选择您正在运行该应用程序的相应设备。
选择您的应用在设备中对应的包。
点击屏幕截图按钮进行屏幕截图。
单击“保存”按钮保存屏幕截图。
Following steps will help for saving screen shot.
Run App in the emulator device.
open device option in the eclipse and select corresponding device which your are running the app.
select corresponding package of your app in the device.
click on screen capture button to take screen shot.
click on the save button to save the screen shot.