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.