Wondering how to easily persist inter-related Kotlin objects in a SQLite database?
This project shows a simple Android app using JDXA ORM to easily exchange data of inter-related Kotlin objects with a SQLite relational database.
The object model used by this app has one-to-one and one-to-many relationships. A company has many departments and many foreign locations. An employee has an address and works in a department.
The source code of this project is hosted on GitHub at
https://github.com/SoftwareTree/JDXAndroidRelationshipsExample_K