-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
First of all, thanks to @cymcsg for your amazing bundle from other library and we have been fixing bugs so far and its been your sole effort for the majority. Here I want to give you a special thanks for our hard works. However, looking at the contribution rate. We dont see the popular of contributions from the crowds. For my view of points, it is still such an headache to look at the code in one single large file.
I think the recyclerview has been a maze for people to add their external efforts on combining their module.
Basically, there are
- too many hardcoded things
- not many generic type
- not able to add module easily.
I have read from other libraries and found some interesting implementation yet will able to keep this library as lightweight. Maybe we can try some effort to make this library more adaptable for developer crowd. Please read up this libray and give me some suggestions. Here I will response to all the previous query for the adaptable module features Is there a way to add headers to UltimateRecyclerView as listview.addHeader(...)? #222
- better control for the empty view to show or not
- fix load more on grid layout issue
For this version of 0.4.0 we need to clear out all the most the popular issues from the previous posts.
- The first thing is the loadmore issue raised by all other developers.
- The second thing is the grid layout issues.