ImageView mImageView;
Bitmap bitmap;
이렇게 선언 되어 있는 상태에서
mImageView.setImageBitmap(bitmap);
이렇게 적어주면 이미지뷰에 비트맵이 세팅된다
'안드로이드' 카테고리의 다른 글
[android] 단말기 화면 크기 받아오기 (0) | 2013.01.23 |
---|---|
[android]surfaceview 카메라 해상도 변경 (0) | 2013.01.22 |
[android] 스테이터스바 사이즈 구하는 방법 (0) | 2013.01.19 |
[android] 이미지 사진첩에 저장하기 (0) | 2013.01.19 |
[android] 화면 캡쳐 방법 (0) | 2013.01.19 |