The issue is not using a database, but simply understanding how data is preferably organized.
In another topic, Vega_Star suggested a method using a list of lists.
While I suggested using a dictionary.
(Which in its updated version looks like this)
My idea is based on the fact that sooner or later data entry will be done through a form and not manually modified in the project and then exported again as an APK.
So I hadn’t considered easy manual insertion as an issue.
I also think it is a good exercise to prepare someone to use dictionaries, which are essentially the standard for communication with Web APIs.
I am fully aware that
and that they will likely not use a database, but I wanted to be forward-thinking.
