RecyclerTreeView icon indicating copy to clipboard operation
RecyclerTreeView copied to clipboard

TreeView implement in Android with RecyclerView.

Results 41 RecyclerTreeView issues
Sort by recently updated
recently updated
newest added

https://jitpack.io/#TellH/RecyclerTreeView

- Migrated to AndroidX - Gradle updates - Java 8 support - Option to choose between a single view or a full item as toggle - OnTreeNodeListener#onClick separated and set...

你好,我想咨询下,如果我有50层级的需求,如何实现? 如果想从 父层级 B中,拖动某个(带子集)的子集 到 父层级A中,这有什么样的思路么?

Please add feature to create list from json. Thanks

i want to expand all nodes when long click, how to add this. Thanks in advance.

Hi Team, I am trying to implement a functionality where I can scroll up and expand childs of node on click of node whose all childs are not visible on...

* onLongClickListener method in TreeViewAdapter.OnTreeNodeListener * Declare long click listener for View in TreeViewAdapter.onBindViewHolder * Update build.gradle for loading demo on Android Studio 4.x

你好,我想问这个里面的数据能不能点一次在加载对应的数据,因为的我的数据可能比较多,一次性加载的话可能比较慢,我想分开加载,要怎么实现。

enhancement

I want to update a row in data like NotifyDataSetChange, Currently, I am updating the complete list of data and loading on to listview but when I update some rows,...