captureLayout은 자기가 캡쳐할 레이아웃을 쓰면 된다.
그럼 bmp안에 캡쳐된 이미지가 저장된다
captureLayout.buildDrawingCache();
captureLayout.setDrawingCacheEnabled(true);
Bitmap bmp = captureLayout.getDrawingCache();
'안드로이드' 카테고리의 다른 글
[android] imageView에 Bitmap 넣는 방법 (0) | 2013.01.22 |
---|---|
[android] 스테이터스바 사이즈 구하는 방법 (0) | 2013.01.19 |
[android] 이미지 사진첩에 저장하기 (0) | 2013.01.19 |
[android] button 클릭시 이벤트 하는 방법 (0) | 2013.01.19 |
[android] back키 두번눌렀을때 종료하기 (0) | 2013.01.19 |