https://github.com/khubaibkhan4/wallpaper-kmp
Wallpaper Desktop Kotlin Multiplatform (Android, iOS, Desktop & Web). A KMP application for browsing and downloading wallpapers. Built using Kotlin Multiplatform, Compose Desktop, and Ktor.
https://github.com/khubaibkhan4/wallpaper-kmp
android android-application compose-multiplatform compose-navigation desktop desktop-compose ios-app ios-swift kmm kmp kmp-algorithm kmp-library kmp-mvvm kmp-viewmodel web-compose
Last synced: about 1 month ago
JSON representation
Wallpaper Desktop Kotlin Multiplatform (Android, iOS, Desktop & Web). A KMP application for browsing and downloading wallpapers. Built using Kotlin Multiplatform, Compose Desktop, and Ktor.
- Host: GitHub
- URL: https://github.com/khubaibkhan4/wallpaper-kmp
- Owner: KhubaibKhan4
- Created: 2023-11-05T19:51:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:47:05.000Z (about 1 year ago)
- Last Synced: 2025-04-07T00:13:50.539Z (about 2 months ago)
- Topics: android, android-application, compose-multiplatform, compose-navigation, desktop, desktop-compose, ios-app, ios-swift, kmm, kmp, kmp-algorithm, kmp-library, kmp-mvvm, kmp-viewmodel, web-compose
- Language: Kotlin
- Homepage:
- Size: 15.5 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Wallpaper-CMP
Wallpaper CMP is developed using Kotlin Multiplatform and Compose Multiplatform. It supports Android, iOS, Web & Desktop Applications.
## Screenshot
### Android + iOS Screenshots
![]()
![]()
![]()
![]()
### Web Screenshots
![]()
![]()
![]()
![]()
### Desktop Screenshots
![]()
![]()
![]()
![]()
## Technology Used
- **Voygar**: Navigation Library for seamless navigation between screens.
- **Ktor Client**: HTTP Client for making network requests over the internet.
- **ComposeLoader**: Utility for displaying images in the Kotlin Multiplatform project.
- **Napier**: Logger Library for efficient logging.
- **FeatherIcon**: Icon Library providing a wide range of icons.
- **Serialization**: Serialization library for converting Kotlin objects to and from JSON.
- **ViewModel**: KMP View Model Library for managing UI-related data.## Before running!
- Check your system with [KDoctor](https://github.com/Kotlin/kdoctor)
- Install JDK 17 on your machine
- Add `local.properties` file to the project root and set a path to Android SDK there### Android
To run the application on android device/emulator:
- Open project in Android Studio and run imported android run configuration
- To build the application bundle:
- Run `./gradlew :composeApp:assembleDebug`
- Find `.apk` file in `composeApp/build/outputs/apk/debug/composeApp-debug.apk`### Desktop
Run the desktop application: `./gradlew :composeApp:run`### iOS
To run the application on iPhone device/simulator:
- Open `iosApp/iosApp.xcproject` in Xcode and run standard configuration
- Or use [Kotlin Multiplatform Mobile plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile) for Android Studio### Browser
Run the browser application: `./gradlew :composeApp:jsBrowserDevelopmentRun`## Support Us
If you find Wallpaper CMP helpful, consider supporting us by:
- Giving us a star on [GitHub](https://github.com/KhubaibKhan4/Wallpaper-KMP)
- Contributing to the project
- Providing feedback and suggestions for improvement## Contributors
- [Muhammad Khubaib Imtiaz](https://github.com/KhubaibKhan4)