EDIT: Sorry I realise from your comment my question was not clear enough. I will post a new one. Sorry for this and thanks for your answers
I am populat
Try this
iv.setBackgroundDrawable(context.getResources().getDrawable(R.drawable.img));
or
iv.setBackgroundResource(R.drawable.img);