Mobile/Android

Resource를 Bitmap만들기

out of coding 2014. 8. 11. 19:03

쉽다.

Bitmap bm = BitmapFactory.decodeResource(getResources(), R.drawable.icon);