Gregor Block
Gregor Block
@williamwong9090, at the moment this is not possible and we will probably not implement it in the near future. In the meantime, you have to do it yourself by playing...
@shahram-noorani, the question was whether and how to react to clicks on the edges.
At the moment there is no possibility to update the graphview without a complete redraw.
As mentioned earlier its not possible right now to change the position after the algorithm has run.
1. See #67 as starting point 2. See #32 as starting point 3. What du you mean by fan out the graph? The points are not a priority for us...
Currently we are working on building GraphView around the RecyclerView, see recycler branch. When this is finished we will concentrate on developing new layouts including the radial layout.
Sounds good to me. We'll think about it.
Hi @BrayanOB2003, yes since GraphView is built on top of RecyclerView you need [ViewHolders](https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView.ViewHolder) like in this case a NodeViewHolder which is derived from RecyclerView.ViewHolder. And there you bind the...