How to load images from the mipmap folder programmatically (as done with the drawables)?
  img.setImageResource(imageId);
I am using Android Studio 1.2.1.
How to load images from the mipmap folder programmatically (as done with the drawables)?
  img.setImageResource(imageId);
I am using Android Studio 1.2.1.