Skip to content

Commit 1d98690

Browse files
authored
Update README.md
1 parent 5dc7f87 commit 1d98690

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Getir Lite was developed with Kotlin and Android Views system, which consists of
44

55
![Feature](public/feature.png)
66

7-
### For other images, check out [here](public/screenshots/).
7+
#### For other images, check out [here](public/screenshots/).
88

99
## Documentation & Download
1010
You can check the documentation from [here](https://f-arslan.github.io/getir-bootcamp-final-project/).
@@ -41,6 +41,10 @@ Each component in this stack contributes to a robust, maintainable, and efficien
4141

4242

4343

44+
https://github.com/f-arslan/getir-bootcamp-final-project/assets/66749900/8ffaa9bd-7ed7-4234-8e85-bc53ed76d9a7
45+
46+
47+
4448

4549
## Technical Details
4650

@@ -110,4 +114,4 @@ val calculateDelay: (Long) -> Long = { attempt: Long ->
110114
```
111115
And the data was observed from respective fragments only between `STARTED` and `ONPAUSE`. From the event perspective (user events like clicking and typing), events go to the view model and then to the repository; after the repository handles the event, fragments can be collected. With the help of unidirectional data flow, code became easier to reason about.
112116

113-
As a wrap-up, the application implements a Single Source of Truth (SSOT) strategy. With the help of this, you can manage the data in one place, and it is also better for testability. You can find further details in our [project documentation](https://f-arslan.github.io/getir-bootcamp-final-project/) and more general concepts in the official Android [documentation](https://developer.android.com/topic/architecture#single-source-of-truth).
117+
As a wrap-up, the application implements a Single Source of Truth (SSOT) strategy. With the help of this, you can manage the data in one place, and it is also better for testability. You can find further details in official [documentation](https://developer.android.com/topic/architecture#single-source-of-truth).

0 commit comments

Comments
 (0)