Skip to content

Commit 909917f

Browse files
authored
Update README.md
1 parent 4a1669d commit 909917f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The goal of the project is to demonstrate best practices by using up to date tec
66

77

88
## Screenshots
9-
<img src="https://github.com/sansets/android-clean-architecture/blob/master/screenshots/demo.gif?raw=true" width="200">
9+
Home | Favorite | Food Recipe List | Filter |
10+
:------:|:---------------------:|:-----------------------------:|:-------------:|
11+
![](https://github.com/sansets/android-clean-architecture/blob/master/screenshots/Screenshot_20201001-164331388.jpg?raw=true) | ![](https://github.com/sansets/android-clean-architecture/blob/master/screenshots/Screenshot_20201001-164438602.jpg?raw=true) | ![](https://github.com/sansets/android-clean-architecture/blob/master/screenshots/Screenshot_20201001-164500548.jpg?raw=true?raw=true) | ![](https://github.com/sansets/android-clean-architecture/blob/master/screenshots/Screenshot_20201001-164508234.jpg?raw=true)
1012

1113

1214
## Environment Setup
@@ -43,7 +45,7 @@ Min API level is set to 21, so the presented approach is suitable for over 94% o
4345
- [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.
4446
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - managing background threads with simplified code and reducing needs for callbacks.
4547
- [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.
4749
- [Retrofit](https://square.github.io/retrofit/) - type-safe HTTP client.
4850
- [Glide](https://github.com/bumptech/glide) - image loading and caching library
4951

0 commit comments

Comments
 (0)