发布网友 发布时间:2022-04-25 11:56
共5个回答
热心网友 时间:2024-11-01 00:03
下面是截屏核心方法,你可以再onCreate()中调用改方法,然后将返回的bitmap转化成BitmapDrawable,再ImageView调用setBackgroundDrawable(bitmapDrawable)显示。[mw_shl_code=java,true]private Bitmap screenShot() { View view = getWindow().getDecorView(); Display display = this.getWindowManager().getDefaultDisplay(); view.layout(0, 0, display.getWidth(), display.getHeight()); view.setDrawingCacheEnabled(true); Bitmap bmp = Bitmap.createBitmap(view.getDrawingCache()); return bmp; } [/mw_shl_code]热心网友 时间:2024-11-01 00:09
你下载软件栽也可以热心网友 时间:2024-11-01 00:10
Android 4.0的功能----音量减+电源键 。 或者下截屏软件,但是要root热心网友 时间:2024-11-01 00:03
利用SDK提供的View.getDrawingCache()方法~热心网友 时间:2024-11-01 00:07
qq软件中心大把截图软件