GitHub上几种Android表格控件

一、LockTableView

GitHub:https://github.com/RmondJone/LockTableView

有基本功能(显示数据),有上拉下拉,有点击事件,但其它功能(如添加按钮等)需要二次开发。

 

二、PanelList

GitHub:https://github.com/z3896823/PanelList

有基本功能(显示数据),可多选,有点击事件,每列只能对应一个按钮。

 

三、ScrollablePanel

GitHub:https://github.com/Kelin-Hong/ScrollablePanel

 

四、TwoWayTable

GitHub:https://github.com/13657254209/TwoWayTable

方便二次开发。

 

五、BaseRecyclerViewAdapterHelper

GitHub:https://github.com/CymChad/BaseRecyclerViewAdapterHelper

功能非常强大,推荐。

 

你可能感兴趣的:(java,android)