You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,17 @@ In this branch you'll find:
19
19
This project hosts each sample app in separate repository branches. For more information, see the `README.md` file in each branch.
20
20
21
21
### Stable samples - Kotlin
22
-
| Sample | Description |
22
+
|Sample| Description |
23
23
| ------------- | ------------- |
24
-
|[master](https://github.com/googlesamples/android-architecture/tree/master)| The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25
-
|[dagger-android](https://github.com/googlesamples/android-architecture/tree/dagger-android)| A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
26
-
|[usecases](https://github.com/googlesamples/android-architecture/tree/usecases)| Adds a new domain layer that uses UseCases for business logic. |
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. |
25
+
|[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. |
26
+
|[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. |
27
27
28
28
### Samples in development - Kotlin
29
29
30
30
| Sample | Description |
31
31
| ------------- | ------------- |
32
-
|[reactive](https://github.com/googlesamples/android-architecture/tree/reactive)| Modifies the data layer so UIs react to changes automatically using Room as source of truth. |
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. |
0 commit comments