EtsTest-AndroidApps / Unsplash

Unsplash application for Android, Desktop and Web. Built using Kotlin Multiplatform and Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsplash

Unsplash application for Android, Desktop and Web. Built using Kotlin Multiplatform and Compose with ❤️

👉 Presentation

Set up the environment

You're going to need Android Studio (at least Arctic Fox version) with the KMM plugin installed.

Running the apps

  1. Clone the project locally

    git clone https://github.com/cmota/Unsplash.git

  2. Open project with Android Studio

  3. Wait for project to synchronise

Android

To compile and install the Android application run:

./gradlew androidApp:installDebug

Android Wear

To compile and install the Android Wear change Kotlin version the /build.gradle.kts file to 1.5.21 and run:

./gradlew androidWearApp:installDebug

Desktop

To compile and install the Desktop application run:

./gradlew desktopApp:run

Web

To compile and run the web application run:

./gradlew webApp:jsBrowserRun

Libraries

Screens

Android

Android version of Unsplash

Android Wear

Android Wear version of Unsplash

Desktop

Desktop version of Unsplash

Web

Web version of Unsplash

About

Unsplash application for Android, Desktop and Web. Built using Kotlin Multiplatform and Compose


Languages

Language:Kotlin 99.5%Language:CSS 0.4%Language:HTML 0.1%