- Course
Droidcon Boston '19: SELECT * FROM Kotlin
In this session, you'll see a rundown of the Kotlin Coroutines and SqlDelight libraries, along with live coding demos to help you decide which library sounds right for you in this Kotlin world.
- Course
Droidcon Boston '19: SELECT * FROM Kotlin
In this session, you'll see a rundown of the Kotlin Coroutines and SqlDelight libraries, along with live coding demos to help you decide which library sounds right for you in this Kotlin world.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Now that Kotlin is the preferred language of Android developers, what is the best library to work with SQLite databases using Kotlin? Room just released support for Kotlin Coroutines, and SqlDelight released support for Kotlin Multiplatform. Room has great documentation and hides a lot of implementation detail, while SqlDelight lets you write raw SQL statements with an Android Studio plugin and then generates type-safe code for you. In this session, you'll see a rundown of these two libraries, along with live coding demos to help you decide which library sounds right for you in this Kotlin world.