This class provides a simple animator which applies a slide in/out from/to the left animation to item views in the RecyclerView
This code is cloned from DefaultItemAnimator provided by Google, customizing the part highlighted as "Custom implementation".
Example:
   mRecyclerView.setItemAnimator(new SlideInOutLeftDefaultItemAnimator(mRecyclerView));