I've followed this tutorial and ctrl-v'd the recommended methods into my code. Setting the imageview looks like this:
iv.setImageBitmap(
decodeSampledBitmapFromResource(getResources(), R.id.myPic, 200, 200));
And yet the image doesn't display. The screen goes black, LogCat indicates that memory has been allocated, but nothing appears.