SyntaxFix
Write A Post
Hire A Developer
Questions
if u want to set a bitmap object to image view here is simple two line`
Bitmap bitmap=BitmapFactory.decodeResource(getResources(),R.drawable.sample_drawable_image); image.setImageBitmap(bitmap);