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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,14 @@ This app is under development. :construction_worker: :hammer_and_wrench:
25
25
* UI Test by [Espresso](https://developer.android.com/training/testing/espresso) based on [Robot Pattern](https://academy.realm.io/posts/kau-jake-wharton-testing-robots/)
26
26
* Uses [Kotlin Coroutines Test](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/) to unit test Kotlin Coroutines
27
27
* Uses [StateFlow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-state-flow/) as a replacement over LiveData as a state-holder observable
28
+
* Uses [Firebase Remote Config](https://firebase.google.com/products/remote-config) for experimentation and feature rollout
29
+
* Uses [Firebase App Distribution](https://firebase.google.com/products/app-distribution) for internal distribution and quality testing
28
30
29
31
## Further Reading
30
32
31
33
There are several articles written on this repository which state the design and architecture.
32
34
33
-
### Kotlin Everywhere. Coroutines, Tests, Robots and muchmore…
35
+
### Kotlin Everywhere. Coroutines, Tests, Robots and muchmore…
34
36
35
37
The TvFlix complete repository has been re-written in Kotlin with Coroutines covering
36
38
Unit Tests across ViewModels and UI tests for the app.
0 commit comments