Good afternoon, I'm starting to study Android and thought of making an application to already study database together. I want to make a "family tree", so that clicking on the name of the person (button) would appear other buttons with the names of their children and so respectively - maybe there are other ways to display this data, I am open to suggestions. >
I made an example of an address book on Android (with buttons to add, delete and list the contacts), I could understand the operation, but I do not 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 that idea in the application.
But I'm not finding content about it, so if someone could "give me a light" on what to search, or some form of programming that would make it possible to do what I need, it would help a lot.
Thank you in advance.