Realmarchcomponentsrecipesapp

Simple Recipes App that uses Realm w/ Android Architecture Components
Alternatives To Realmarchcomponentsrecipesapp
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Androidkotlincomponents79
5 years ago1Kotlin
Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin
Mvvm Template41
4 years agogpl-3.0Java
Android MVVM project using android architecture components along with Realm database and Dagger 2 dependency injection
Realmarchcomponentsrecipesapp16
5 years ago1Java
Simple Recipes App that uses Realm w/ Android Architecture Components
Mvp Template14
5 years ago2Java
Advanced MVP Template for new project
Alternatives To Realmarchcomponentsrecipesapp
Select To Compare


Alternative Project Comparisons
Readme

RealmArchComponentsRecipesApp

Simple Recipes App that uses Realm w/ Android Architecture Components

Screenshots

Recipes for your favoriate Android Sweets!.

Project Layout

Realm Arch Compoenents Recipes App is laid out in a series of modules, each runnable on their own. Each of these teach a different technique and are runnable on their own. The modules build on each other in the order defined below.

For example, the DAO lesson module, has the basics of using Realm with DAOs and nothing else. The next module, live-data-lesson contains everything from the dao-lesson plus it introduces the LiveData concept.

Modules

  • dao-lesson - Shows an example of how to use DAOs with Realm.
  • livedata-lesson - Shows how to expose RealmResults as LiveData and uses LiveData Transformations to provide observers with data that is Persistence Layer & Domain Model agnostic and Read only (live but not mutable by the observer).
Popular Realm Projects
Popular Architecture Components Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Observer
Realm
Livedata
Architecture Components