Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Androidkotlincomponents | 79 | 5 years ago | 1 | Kotlin | ||||||
Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin | ||||||||||
Mvvm Template | 41 | 4 years ago | gpl-3.0 | Java | ||||||
Android MVVM project using android architecture components along with Realm database and Dagger 2 dependency injection | ||||||||||
Realmarchcomponentsrecipesapp | 16 | 5 years ago | 1 | Java | ||||||
Simple Recipes App that uses Realm w/ Android Architecture Components | ||||||||||
Mvp Template | 14 | 5 years ago | 2 | Java | ||||||
Advanced MVP Template for new project |
Simple Recipes App that uses Realm w/ Android Architecture Components
.
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.