-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
MarshalChen edited this page Apr 11, 2022
·
13 revisions
Welcome to the UltimateRecyclerView wiki!
repositories {
jcenter()
}
dependencies {
...
compile 'com.marshalchen.ultimaterecyclerview:library:0.7.0'
}
- 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
- 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
- More animations
- Add sticky header like instagram
- ...