Simplifying Room – Part II: Prepopulated Data And Migrations
Simplifying Room – Part II: Prepopulated Data And Migrations
android

How to use Android Room Extensions library to simplify database prepopulation and migrations.

Read more
Sławomir Czerwiński
Simplifying Room – Part I: Hilt Setup
Simplifying Room – Part I: Hilt Setup
android

How to use Android Hilt Extensions library to simplify Room database setup in an Android project.

Read more
Sławomir Czerwiński
The Case Against Double Exclamation Operator
The Case Against Double Exclamation Operator
kotlin

Why Kotlin not-null assertion operator (a.k.a. double exclamation operator) should be avoided.

Read more
Sławomir Czerwiński