Skip to content

Commit 0e524d0

Browse files
authored
Update README.md
1 parent d7c1b9b commit 0e524d0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,29 @@
44
![Jetpack Compose](https://img.shields.io/static/v1?style=for-the-badge&message=Jetpack+Compose&color=4285F4&logo=Jetpack+Compose&logoColor=FFFFFF&label=)
55
![Android](https://img.shields.io/badge/Api%2026+-3DDC84?logo=android&logoColor=white&style=for-the-badge)
66

7-
Real world Android application demonstrating the use of JetPack Compose with Koin, Ktor, Navigation Component and MVVM architecture.
7+
Real world Android application demonstrating the use of JetPack Compose with Koin, Ktor,SqlDelight, Navigation Component and MVVM architecture.
88

99
Foody supports almost all screen sizes from phones in portrait and landscape to foldable phones and tablets. It also supports light and dark theme.
1010

1111
## Screenshots
1212
#### Portrait
13-
##### Light Theme
1413
<img src="/screenshots/s1_light_portrait.jpg" width="250"> <img src="/screenshots/s2_light_portrait.jpg" width="250"> <img src="/screenshots/s3_light_portrait.jpg" width="250">
1514

16-
##### Dark Theme
1715
<img src="/screenshots/s1_dark_portrait.jpg" width="250"> <img src="/screenshots/s2_dark_portrait.jpg" width="250"> <img src="/screenshots/s3_dark_portrait.jpg" width="250">
1816

1917
#### Landscape
20-
##### Light Theme
21-
<img src="/screenshots/s1_light_landscape.jpg" width="550"> <img src="/screenshots/s2_light_landscape_mobile.jpg" width="550">
18+
<img src="/screenshots/s1_light_landscape.jpg" width="550">
2219

23-
##### Dark Theme
24-
<img src="/screenshots/s1_dark_landscape.jpg" width="550"> <img src="/screenshots/s2_dark_landscape.jpg" width="550">
20+
<img src="/screenshots/s2_light_landscape_mobile.jpg" width="550">
21+
22+
<img src="/screenshots/s1_dark_landscape.jpg" width="550">
23+
24+
<img src="/screenshots/s2_dark_landscape.jpg" width="550">
2525

2626
#### Foldable / Tablet
27-
<img src="/screenshots/s1_light_fold.jpg" width="550"> <img src="/screenshots/s1_dark_fold.jpg" width="550">
27+
<img src="/screenshots/s1_light_fold.jpg" width="550">
28+
29+
<img src="/screenshots/s1_dark_fold.jpg" width="550">
2830

2931
## Api
3032
This project is using the API provided by [themealdb.com](https://www.themealdb.com/api.php)

0 commit comments

Comments
 (0)