TellH / RecyclerTreeView

TreeView implement in Android with RecyclerView.
Apache License 2.0
651 stars 117 forks source link

bindView not type safe #46

Open MarcusWolschon opened 4 years ago

MarcusWolschon commented 4 years ago

"public abstract void bindView(VH holder, int position, TreeNode node);"

Despite TreeNode being generic, this method gets a generic TreeNode instead of a TreeNode<> for a specific kind of ViewHolder.