Skip to content

Commit a78df57

Browse files
committed
Merge branch 'main' of https://github.com/divyansh-dxn/WallpaperX into main
2 parents c5dd5c5 + 5a25065 commit a78df57

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
<div style="display: flex; justify-content: center;">
3+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/icons/ic_launcher_round/android/res/mipmap-xxxhdpi/ic_launcher_round.png"/>
4+
</div>
5+
16
# WallpaperX
27
WallpaperX is a simple android application built using <a href="https://developer.android.com/jetpack/compose">Jetpack compose - Android’s modern toolkit for building native UI</a>. It uses pixabay and unsplash api to fetch wallpapers.
38

@@ -6,19 +11,28 @@ WallpaperX is a simple android application built using <a href="https://develope
611
- Dagger-Hilt
712
- Kotlin-flow
813
- Animated navigation from accompanist library
9-
### Demo
1014

11-
15+
### Screenshots
1216
<div>
13-
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample1.jpeg" height="320"/>
14-
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample2.jpeg" height="320">
17+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample.jpeg" height="320"/>
18+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample1.jpeg" height="320">
1519
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample3.jpeg" height="320">
1620
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample4.jpeg" height="320">
1721
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample5.jpeg" height="320">
1822
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample6.jpeg" height="320">
23+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample7.jpeg" height="320">
24+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/samples/sample8.jpeg" height="320">
1925
</div>
2026

27+
### MAD Overview
28+
<div>
29+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/mad/summary.png" width="720"/>
30+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/mad/jetpack.png" width="720"/>
31+
<img src="https://raw.githubusercontent.com/divyansh-dxn/WallpaperX/main/assets/mad/kotlin.png" width="720"/>
32+
</div>
2133

34+
![logo](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)
35+
![logo]( https://img.shields.io/badge/Kotlin-0095D5?&style=for-the-badge&logo=kotlin&logoColor=white)
2236

2337

2438

0 commit comments

Comments
 (0)