SyntaxFix
Write A Post
Hire A Developer
Questions
Drag image from your hard drive to Drawable folder in your project and in code use it like this:
ImageView image; image = (ImageView) findViewById(R.id.yourimageviewid); image.setImageResource(R.drawable.imagename);