Skip to content

Instantly share code, notes, and snippets.

@phyous
Created October 7, 2013 05:36
Show Gist options
  • Save phyous/6862990 to your computer and use it in GitHub Desktop.
Save phyous/6862990 to your computer and use it in GitHub Desktop.
final ImageView image = (ImageView) findViewById(R.id.imageview_to_animate);
Animation rotate = AnimationUtils.loadAnimation(getApplicationContext(), R.anim.rotate_picture);
image.startAnimation(rotate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment