guaishouN / android-thinkmap-treeview

Tree View; Mind map; Think map; tree map; custom view; 自定义;关系图;树状图;思维导图;组织机构图;层次图
MIT License
477 stars 70 forks source link

Help with a couple questions #38

Open neurotrama opened 8 months ago

neurotrama commented 8 months ago

Hello, I have been reviewing your library for an upcoming project and it is amazing!

I have a couple questions;

Is it possible to add a termination for the line, like an arrow?

Is it possible to make lines clickable?

I need to be able to create nodes with multiple parents. I have looked through your tree model, have you thought about using a DAG (Directed Acyclic Graph) for the model to allow for a multi-parent approach? https://www.baeldung.com/cs/dag-applications If you haven't could you point me to the location for the draw code and model to modify the structure to a DAG?

Thanks for creating such a great library!