Skip to content

Commit

Permalink
Merge pull request #154 from Kaaveh/doc/update_readme
Browse files Browse the repository at this point in the history
Doc/update readme
  • Loading branch information
maryammohamedi committed Oct 23, 2023
2 parents 08e472a + 6945a2f commit 4287e9e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ComposeNews

![](asset/IMG_2412.jpeg)
![](asset/header.jpeg)

This repo is a playground about best practices, using updated libraries and solutions in the Android world!

## ⚙️ Architecture

![Architecture diagram](asset/architecture.jpg)
![Architecture diagram](asset/arch.jpg)

The main architecture of code based on MVI + CLEAN architecture. The division criteria is a hybrid strategy based on Feature + Layer by module.
For the detail of architecture, please read [this article](https://medium.com/@kaaveh/migrate-from-mvvm-to-mvi-f938c27c214f).
Expand Down Expand Up @@ -43,26 +43,15 @@ For the detail of handling preview of composable functions in this code-base, pl

Light theme


<p float="left">
<img src="asset/1.png" width="350"/>
<img src="asset/2.png" width="350"/>
</p>

![](asset/light_mode.jpg)

Dark theme


<p float="left">
<img src="asset/3.png" width="350"/>
<img src="asset/4.png" width="350"/>
</p>
![](asset/dark_mode.jpg)

Dynamic theme

<p float="left">
<img src="asset/5.png" width="700"/>
</p>
![](asset/IMG_2459.jpeg)

## Additional Resources

Expand Down
Binary file added asset/IMG_2459.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asset/arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed asset/architecture.jpg
Binary file not shown.
Binary file added asset/dark_mode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added asset/light_mode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4287e9e

Please sign in to comment.