Android-L gist#3 : Recycler View: Item Animations

Here you can find a little collection of ItemAnimators for the RecyclerView.

SlideInOutLeftItemAnimator : which applies a slide in/out from/to the left animation
SlideInOutRightItemAnimator : which applies a slide in/out from/to the right animation
SlideInOutTopItemAnimator : which applies a slide in/out from/to the top animation

Github repo:
https://github.com/gabrielemariotti/RecyclerViewItemAnimators

Comments

Popular posts from this blog

AntiPattern: freezing a UI with Broadcast Receiver

How to centralize the support libraries dependencies in gradle

NotificationListenerService and kitkat