Skip to content

Instantly share code, notes, and snippets.

@datienza
Forked from Aracem/openActivity.java
Last active August 29, 2015 14:06
Show Gist options
  • Save datienza/b46e4fb8202b4c9486ca to your computer and use it in GitHub Desktop.
Save datienza/b46e4fb8202b4c9486ca to your computer and use it in GitHub Desktop.
if (SupportVersion.JellyBean()) {
ActivityOptions options = ActivityOptions.makeScaleUpAnimation(view, 0,
0, view.getWidth(), view.getHeight());
startActivity(coverFlowIntent, options.toBundle());
} else {
startActivity(coverFlowIntent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment