Skip to content

Commit 84a5fd7

Browse files
Updates README after merging the reactive branch
1 parent 18be6c6 commit 84a5fd7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ This project hosts each sample app in separate repository branches. For more inf
2121
### Stable samples - Kotlin
2222
| Sample | Description |
2323
| ------------- | ------------- |
24-
| [master](https://github.com/googlesamples/android-architecture/tree/master) | The base for the rest of the branches. <br/>Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
24+
| [master](https://github.com/googlesamples/android-architecture/tree/master) | The base for the rest of the branches. <br/>Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. and uses Room as source of truth, with a reactive UI. |
2525
| [dagger-android](https://github.com/googlesamples/android-architecture/tree/dagger-android)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/dagger-android#files_bucket)] | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
2626
| [usecases](https://github.com/googlesamples/android-architecture/tree/usecases)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/usecases#files_bucket)] | Adds a new domain layer that uses UseCases for business logic. |
2727

28-
### Samples in development - Kotlin
29-
30-
| Sample | Description |
31-
| ------------- | ------------- |
32-
| [reactive](https://github.com/googlesamples/android-architecture/tree/reactive)<br/>[[compare](https://github.com/googlesamples/android-architecture/compare/reactive#files_bucket)] | Modifies the data layer so UIs react to changes automatically using Room as source of truth. |
33-
3428
### Old samples - Kotlin and Java
3529

3630
Blueprints v1 had a collection of samples that are not maintained anymore, but can still be useful. See [all project branches](https://github.com/googlesamples/android-architecture/branches).

0 commit comments

Comments
 (0)