I have learned from Udacity Nanodegree course that rather using SQLite database for local storage, we use the new and improved database, RoomDatabase. So we get to the point we need to store some data locally on the user's device, Room database is the way to go and I can help with that.