You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-48Lines changed: 61 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,67 @@
1
1
# UltimateRecyclerView
2
2
3
-
[](https://bintray.com/jjhesk/maven/MenuURV/_latestVersion)[](https://www.apache.org/licenses/LICENSE-2.0)[](http://waffle.io/cymcsg/UltimateRecyclerView)
3
+
[](https://bintray.com/marshalchen/UltimateRecyclerview/UltimateRecyclerview/_latestVersion)[](https://www.apache.org/licenses/LICENSE-2.0)[](http://waffle.io/cymcsg/UltimateRecyclerView)
UltimateRecyclerView is a RecyclerView(advanced and flexible version of ListView) with pulling to refresh, loading more, swiping to dismiss, draging and drop, animations ,sticky header,show or hide toolbar and FAB when scrolling and many other features.You can use it ```just like RecyclerView```.
19
+
20
+
Notice that UltimateRecyclerView is a project under development.
21
+
22
+
[Your donations is highly appreciated. Thank you!](#donations)
17
23
18
-
Please follow the latest publishing aar on jcenter.
24
+
### Features:
19
25
20
-
follow by the gradle code
21
-
```gradle
22
-
dependencies{
23
-
compile 'com.hkm.ui:ultimaterecyclerview:0.5.8'
26
+
* Swipe to refresh(using android.support.v4.widget.SwipeRefreshLayout)
27
+
* Many kinds of animations
28
+
* Swipe to dismiss
29
+
* Parallax or normal head view
30
+
* Drag and drop items
31
+
* Loading more when reach the last item(infinite scrolling)
32
+
* Custom views in loading more
33
+
* Showing or hiding toolbar and floating button when scrolling
****v0.7.0*** Support most features in Recyclerview 24.0.0. Improve the UltimateAdapter. Reduce the size of the library. Fix some bugs.
81
+
47
82
****v0.5.8*** In this version we are now based on support library 23.4.0. We have fixed the load more and disable load more function from early triggers. There is no need to change anything from their implementations. Please read up on the example code if you have any questions from the implementations.
48
83
49
84
****v0.5.6*** In this version we now have 23.3.0 support library and the min version is supported all the ways to v13. New added feature that allow us to adding have node connector on each item on `linearlayoutmanager`. By extending `TimeLineView` you will now have unlimited builds from the things that connected to each dot.
50
85
****v0.5.0*** this library will be based on v23.2.1 from now on. if you need have the v23.1.1 please go back to the previous release. detail of this upgrade please see [#342](https://github.com/cymcsg/UltimateRecyclerView/issues/342)
51
86
****v0.4.9*** This is the last version that will be based on V23.1.1. and this library will not be supported on this version. For further supports please refer to the latest release.
52
87
****v0.3.11*** There are still version that is based on 22.+
53
88
54
-
### Description
55
-
56
-
UltimateRecyclerView is a RecyclerView(advanced and flexible version of ListView) with pulling to refresh, loading more, swiping to dismiss, draging and drop, animations ,sticky header,show or hide toolbar and FAB when scrolling and many other features.You can use it ```just like RecyclerView```.
57
-
58
-
Notice that UltimateRecyclerView is a project under development.
59
-
60
-
[Your donations is highly appreciated. Thank you!](#donations)
61
-
62
-
### Features:
63
89
64
-
* Swipe to refresh(using android.support.v4.widget.SwipeRefreshLayout)
65
-
* Many kinds of animations
66
-
* Swipe to dismiss
67
-
* Parallax or normal head view
68
-
* Drag and drop items
69
-
* Loading more when reach the last item(infinite scrolling)
70
-
* Custom views in loading more
71
-
* Showing or hiding toolbar and floating button when scrolling
72
-
* Scrollbars
73
-
* Colorful styles of ``swipe to refresh``
74
-
* Sticky header like instagram
75
-
* Support different layout in adapter
76
-
* Loading adapter with animation
77
90
78
91
### Upcoming features:
79
92
* Refer to discussion for headers [#299](https://github.com/cymcsg/UltimateRecyclerView/issues/299)
@@ -96,18 +109,18 @@ Notice that UltimateRecyclerView is a project under development.
96
109
If you have some good ideas, please tell us. My email is cymcsg # gmail.com.And it is a good idea to put your idea on the issue. If you want to use a rapid development framework for developing apps, you can try [UltimateAndroid Framework](https://github.com/cymcsg/UltimateAndroid).
0 commit comments