GraphView
GraphView copied to clipboard
NodeViewHolder class does not exist?
When I try to implement the library, the NodeViewHolder class is not instantiated. Is it a class that I have to create myself?
Hi @BrayanOB2003, yes since GraphView is built on top of RecyclerView you need ViewHolders like in this case a NodeViewHolder which is derived from RecyclerView.ViewHolder. And there you bind the data which should be displayed.