looked at a lot of libraries, most of which haven"t been updated for years, even limited support for RecyclerView, and most projects are very intrusive. Official SwipeRefreshLayout, the style is not customizable, and does not support loading more; by listening to RecyclerView scrolling to the end to load, the actual effect is not ideal.
at present, my project controls the last piece of data through adapter, and there is no more data in loading through different Recyclerview ViewType, but I feel that this part is not suitable for adapter to do. I don"t know what solution you are using in the project, or is there any relatively new library that can be easily expanded and customized?