1

I am working on an application which shows the Most recent active users in group. It is being shown by 3 ImageViews having the display images of the users. When a new user other than one in the present 3 becomes active he must be shown in the first imageview with FadeIn animation and the last one must be fadeout. the other two must be shifting to next Imageviews. I want to know how should I make a transition animation between those ImageViews.

Edit : Images are not bigger ones. This will be similar to fb messenger. When ever a new user becomes active his image must be displayed with the above transition.

enter image description here

1 Answers1

0

Use viewpager and apply animation, refer below link for more details

Android ViewPager With different Animation like zoom in,fade etc

Community
  • 1
  • 1
Jitendra Kumar. Balla
  • 1,173
  • 1
  • 9
  • 15