I\'m trying to implement the \"hyperspace\" tween animation described at http://developer.android.com/guide/topics/resources/animation-resource.html (\"Animation Resources\"
Your imageview has to have a source defined in either the xml or your activity.
xml:
activity:
ImageView image = (ImageView) findViewById(R.id.ImageView01); image.setImageResource(R.drawable.some_image);