This seems simple, I am trying to set a bitmap image but from the resources, I have within the application in the drawable folder.

bm = BitmapFactory.decodeResource(null, R.id.image);

Is this correct?

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *