...

/

Coding Challenge: Automatic Room Migration

Coding Challenge: Automatic Room Migration

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

Problem definition

We learned about automatic data migrations in the previous lesson. Let’s apply what we learned and add a new address field in the User entity and use it for read and write operations.

Instructions to follow:

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

  2. Add an automatic ...