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
@@ -43,7 +45,7 @@ Min API level is set to 21, so the presented approach is suitable for over 94% o
43
45
-[ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.
44
46
-[Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - managing background threads with simplified code and reducing needs for callbacks.
45
47
-[Coroutines Flow](https://kotlinlang.org/docs/reference/coroutines-overview.html) - cold asynchronous data stream that sequentially emits values and completes normally or with an exception
46
-
-[Dagger2](https://dagger.dev/) - dependency injector for replacement all FactoryFactory classes.
48
+
-[Dagger2](https://dagger.dev/) - dependency injector for replacement all Factory classes.
0 commit comments