MCPcopy Index your code
hub / github.com/CNCoderX/RecyclerViewHelper

github.com/CNCoderX/RecyclerViewHelper @1.2.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.2.5 ↗ · + Follow
439 symbols 1,019 edges 48 files 40 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

简介

RecyclerViewHelper是基于android 原生库RecyclerView的功能扩展,扩展的功能包括: * Item的点击/长按事件 * 添加Header/Footer View * 滑动到底部加载更多(Load More) * 可收缩/展开的两级列表(类似ExpandableListView) * 非常简单的添加分割线和列表间距 * Item抽屉效果(Swipe Layout) * 拓展了多种适配器Adapter

增加的适配器

  • ArrayAdapter
  • SimpleAdapter
  • CursorAdapterSimpleCursorAdapter
  • ObjectAdapter
  • ExpandableAdapter

添加依赖

compile 'com.github.CNCoderX:RecyclerViewHelper:1.2.5'

// 如果需要添加抽屉功能,添加依赖:
compile "com.daimajia.swipelayout:library:1.2.0@aar"

Extension points exported contracts — how you extend this code

IArray (Interface)
@author cncoderx [2 implementers]
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
IAdapterArray (Interface)
@author cncoderx [2 implementers]
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IAdapterArray.java
ILoadingView (Interface)
@author cncoderx [2 implementers]
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/ILoadingView.java
OnGroupClickListener (Interface)
@author cncoderx [2 implementers]
library/src/main/java/com/cncoderx/recyclerviewhelper/listener/OnGroupClickListener.java
OnChildClickListener (Interface)
@author cncoderx [1 implementers]
library/src/main/java/com/cncoderx/recyclerviewhelper/listener/OnChildClickListener.java

Core symbols most depended-on inside this repo

size
called by 47
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
add
called by 45
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
get
called by 36
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
addAll
called by 16
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
obtainProxyAdapter
called by 11
library/src/main/java/com/cncoderx/recyclerviewhelper/RecyclerViewHelper.java
set
called by 10
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java
getView
called by 10
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/ILoadingView.java
getContext
called by 10
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/BaseAdapter.java

Shape

Method 369
Class 54
Interface 15
Enum 1

Languages

Java100%

Modules by API surface

library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/DelegateAdapter.java56 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/ExpandableAdapter.java45 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/ObjectAdapter.java34 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/CursorAdapter.java24 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/IArray.java20 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/SwipeAdapter.java20 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/SimpleCursorAdapter.java19 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/RecyclerViewHelper.java19 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/adapter/SimpleAdapter.java17 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/Array.java16 symbols
library/src/main/java/com/cncoderx/recyclerviewhelper/utils/AdapterArray.java15 symbols
app/src/main/java/com/cncoderx/test/recyclerviewhelper/adapter/ExpandableAlbumAdapter.java14 symbols

For agents

$ claude mcp add RecyclerViewHelper \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact