Skip to content
MarshalChen edited this page Feb 12, 2016 · 13 revisions

Welcome to the UltimateRecyclerView wiki!

##Setup ######1.Integration

repositories {
        jcenter()
    }
dependencies {
    ...
    compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
}

###Features:

  • Swipe to refresh(using android.support.v4.widget.SwipeRefreshLayout)
  • Many kinds of animations
  • Swipe to dismiss
  • Parallax head view
  • Drag and drop
  • Loading more when reach the last item(infinite scrolling)
  • Custom views in loading more
  • Showing or hiding toolbar and floating button when scrolling
  • scrollbars
  • Colorful styles of swipe to refresh

###Changes in 0.3.2:

  • add a empty view when the adapter do not have data
  • add some colorful styles of swipe to refresh
  • add swapAdapter() ,getAdapter() etc.
  • Custom FAB style
  • add support for scrollbars of RecyclerView
  • add method set background color of recyclerview
  • add method to set default swipe to dismiss color

###Upcoming features:

  • More animations
  • Add sticky header like instagram
  • ...
Clone this wiki locally