0
Good afternoon, I’m starting to study Android and thought of making an app to already study together database. I want to make a "family tree", so that clicking on the person’s name (button) would appear other buttons with the name of their children and so on - maybe there are other ways to display this data, I’m open to suggestions.
I made an example of a calendar of contacts on Android (with buttons to add, delete and list contacts), I was able to understand how it works, but I don’t know how to apply this to my idea. I researched and discovered the existence of hierarchical databases, and I think it would make sense to use this idea in the application.
However, I’m not finding any content on this, so if someone could "give me some light" on what to research, or some form of programming that makes it possible to do what I need, it would help a lot.
Thank you in advance.
See if this solves for you: http://answall.com/q/2425/101
– Maniero
Hello. Welcome to SOPT. If you haven’t done it yet, do the [tour] and read [Ask]. This site is not a forum, and so your question would need to be a little more specific. In addition to reading the link already suggested to you, you can [Dit] the question to focus on some aspect of your problem (for example, how to relate people in a family tree in a relational database).
– Luiz Vieira