0

I wanna make my imageView animated as it enters from Activity A to Activity B via onClickListener and set itself into another imageView. These are my Activities.

Activity A:

Activity A image description here

Activity B:

enter image description here

I want to to be animated something like this: Animation

I dont know where to start and how to do it.

hyrulelink16
  • 389
  • 1
  • 5
  • 17

1 Answers1

0

You need to use SharedTransitions. Here is a very good article on how these transitions work and how to implement them.

David Seroussi
  • 1,650
  • 2
  • 17
  • 34