Best android open-source packages and libraries.

Ltviews

Android custom View: Easy to use RecyclerView, image banner, general drop-down refresh view
Updated 4 months ago

ltviews

implementation 'com.github.ltttttttttttt:ltviews:'

Android开发常用View: 非常简单使用的RecyclerView, 图片banner, 通用的下拉刷新Layout

LtRecyclerView以及LtAdapter,功能:

1.带有上拉加载和下拉刷新和回调
2.设置条目点击事件和条目长按事件
3.添加头布局和尾布局
4.添加没条目时展示的View(或者添加没条目和有条目时的回调事件)
5.添加分割线(也可以用图片)
6.自定义上拉加载的View
7.自定义下拉刷新的View(包括RecyclerView移动和不移动)
(一)基本使用:https://blog.csdn.net/qq_33505109/article/details/80653174 (二)更多api:https://blog.csdn.net/qq_33505109/article/details/80677331 (三)自定义刷新View(包括上拉和下拉):https://blog.csdn.net/qq_33505109/article/details/80677778

BaseRefreshLayout:超简单方式自定义下拉刷新,并且可以内部可以嵌套任意View

使用方式 https://blog.csdn.net/qq_33505109/article/details/80677778

LtScrollImageView:自动滚动的广告图片展示栏

使用方式 https://blog.csdn.net/qq_33505109/article/details/79521213

最后感谢一下JetBrains对本项目的支持