...

/

Coding Challenge: Manual Room Migration

Coding Challenge: Manual Room Migration

Test your understanding of manual Room migrations with a coding challenge.

Problem definition

We learned about manual data migrations in the "Handling Room Database Migrations" lesson. Let’s apply what we learned to add a new city field in the User entity and use it for read and write operations.

Instructions to follow:

  1. Add the city field in the User entity by updating the User.kt file.

  2. Add a manual migration script to the MyDatabase ...