/Practice_App-Word_List

Android practice app using Room Architecture Components

Primary LanguageJava

Practice App - Word List - Android Room Architecture Components

Project Overview

Course from Android Developers Codelabs - 10.1 Room, LiveData, & ViewModel

The app, called RoomWordsSample, stores a list of words in a Room database and displays the list in a RecyclerView.

Why this Project?

To learn how to design and construct an app using some of the Android Architecture Components.

This app does the following:

  • UI controller

  • ViewModel

  • LiveData

  • Repository

  • Room database

Alt text Alt text Alt text