Is there a way to develop a GUI which has graph data structure at the backend so that if we want to have information about a particular node or edge, we just tap its corresponding GUI representation and the app gives us the required info?
Recommended Answers
Jump to PostYes.
The simplest way is to display each node as some kind of button. Edges are a bit more fiddly - you proably want to allow the user to tap "close" to the line because the line itself will be a difficultly small target. If the graph is tidy, with …
All 4 Replies
JamesCherrill
4,577
Most Valuable Poster
Moderator
Featured Poster
sireiz
0
Junior Poster in Training
rproffitt
2,318
"Nothing to see here."
Moderator
JamesCherrill
4,577
Most Valuable Poster
Moderator
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.