I'd like to make a transition effect when calling an activity.
When the image, in this case a circular, is pressed, the activity grows from a circle with the same radius of the image until it fills the entire screen.
I'd like to make a transition effect when calling an activity.
When the image, in this case a circular, is pressed, the activity grows from a circle with the same radius of the image until it fills the entire screen.
Search about overridePendingTransition
has a question here teaching how to do with circular mode (which I believe to be what you would like to do).