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
[](http://www.methodscount.com/?lib=eu.davidea%3Aflexible-adapter%3A5.0.0%2B)
5
+
[](http://www.methodscount.com/?lib=eu.davidea%3Aflexible-adapter%3A5.0.0%2B)
6
6
7
7
# FlexibleAdapter
8
8
9
9
### ANNOUNCEMENT: Important changes in latest release
10
-
-**NEW!**Third release candidate: [v5.0.0-rc3](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc3) built on 2017.10.20
10
+
-**NEW!**[v5.0.0-rc4](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc4) built on 2017.12.17
11
11
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).
12
-
- Please read [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).
12
+
- Please read also [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).
13
13
14
14
### One Adapter many Apps
15
15
> :mega: When initially Android team introduced the RecyclerView widget, we had to implement a custom Adapter in several applications, again and again to provide the items for our views.<br/>
@@ -40,10 +40,11 @@ This library is configurable and it guides the developers to create a better use
40
40
* Innovative bottom and top [EndlessScroll](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-On-Load-More) (_No OnScrollListener_).
|<ahref='https://bintray.com/davideas/maven/flexible-adapter?source=watch'alt='Get automatic notifications about new "flexible-adapter" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-livedata?source=watch'alt='Get automatic notifications about new "flexible-adapter-livedata" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-databinding?source=watch'alt='Get automatic notifications about new "flexible-adapter-databinding" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<imgsrc='https://www.bintray.com/docs/images/bintray_badge_greyscale.png'>|
|<ahref='https://bintray.com/davideas/maven/flexible-adapter?source=watch'alt='Get automatic notifications about new "flexible-adapter" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-livedata?source=watch'alt='Get automatic notifications about new "flexible-adapter-livedata" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-databinding?source=watch'alt='Get automatic notifications about new "flexible-adapter-databinding" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-ui?source=watch'alt='Get automatic notifications about new "flexible-adapter-ui" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>
74
76
75
77
# Wiki!
76
78
I strongly recommend to read the **new [Wiki](https://github.com/davideas/FlexibleAdapter/wiki) pages**, where you can find a comprehensive Tutorial.<br/>
@@ -120,9 +122,10 @@ This [Wiki page](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Demo-A
- The library [LollipopContactsRecyclerViewFastScroller](https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller) has been imported, improved and adapted to work in conjunction with `AnimatorAdapter`.
167
-
- The library [sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) was initially imported, then it was removed in favor of the new technique able to manage a real _View_ and so to handle the click events.
168
-
- The item spacing technique comes from the library [CommonItemDecoration](https://github.com/ibosong/CommonItemDecoration), and it has been improved with new features.
169
+
- The library [LollipopContactsRecyclerViewFastScroller](https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller) has been imported, heavily improved and adapted to work in conjunction with `AnimatorAdapter`.
170
+
- The library [sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) was initially imported, then it was removed in favor of the new technique able to manage a real _View_ and so to handle the click events properly.
171
+
- The item spacing technique comes from the library [CommonItemDecoration](https://github.com/ibosong/CommonItemDecoration) and it has been improved with new features.
169
172
170
173
# Apps that use this Adapter
171
174
It will be a pleasure to add your App here, once it is published.
@@ -180,7 +183,7 @@ It will be a pleasure to add your App here, once it is published.
0 commit comments