Animate activity in a circular way

1

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.

    
asked by anonymous 18.07.2016 / 19:21

1 answer

0

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).

    
18.07.2016 / 19:44