How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Persisting inter-related Kotlin objects in SQLite made easy

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
Sign In or Register to comment.