Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdrussell/room
Sample App for the Room course on Caster.io
https://github.com/cdrussell/room
Last synced: about 2 months ago
JSON representation
Sample App for the Room course on Caster.io
- Host: GitHub
- URL: https://github.com/cdrussell/room
- Owner: CDRussell
- License: apache-2.0
- Created: 2018-01-31T23:44:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T08:57:53.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T18:44:07.007Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://caster.io/courses/storing-data-in-android-with-room
- Size: 202 KB
- Stars: 30
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Room
This project is the sample app for the [Room course on Caster.io](https://caster.io/courses/storing-data-in-android-with-room). You will want to watch the full course there which will explain all of the code in this project.# Project Structure
This project is structured such that each lesson in the Caster.io course will typically add new code to the app.
As such, we maintain a _branch per lesson_ so that you can jump to any branch at any time.The `master` branch is synced to the latest branch, and so will always be the most up to date.
But as you're watching the lessons, you can jump back to a previous branch so you can watch the sample app evolve along with the lessons.