diff --git a/README.md b/README.md index 6a9e04d..da2c8ec 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ [![alt text][InstagramIcon]][Instagram] [![alt text][TelegramIcon]][Telegram] +### #175 CoroutineScope Vs SupervisorScope +![alt text](/screenshots/CoroutineScopeVssupervisorScope.png) + +### #174 Make When Exhaustive +![alt text](/screenshots/WhenExhaustive.png) + ### #173 Delegating Setters and Getters ![alt text](/screenshots/DelegatingSettersGetters.jpg) @@ -213,7 +219,7 @@ ### #106 Fragment Argument Delegate ![alt text](/screenshots/FragmentArgumentDelegate.png) -### #105 Db Entity Mapper +### #105 Db Entity Mapper ![alt text](/screenshots/DbEntityMapper.png) ### #104 Rx Debounce with Kotlin Coroutines diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store index b39df93..0a48aad 100644 Binary files a/screenshots/.DS_Store and b/screenshots/.DS_Store differ diff --git a/screenshots/CoroutineScopeVssupervisorScope.png b/screenshots/CoroutineScopeVssupervisorScope.png new file mode 100644 index 0000000..3dbae41 Binary files /dev/null and b/screenshots/CoroutineScopeVssupervisorScope.png differ diff --git a/screenshots/WhenExhaustive.png b/screenshots/WhenExhaustive.png new file mode 100644 index 0000000..7beb1d9 Binary files /dev/null and b/screenshots/WhenExhaustive.png differ