Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 800 Bytes

File metadata and controls

24 lines (16 loc) · 800 Bytes

Kotlin Multiplatform Weather App

Overview

This project serves as a demonstration of Kotlin Multiplatform capabilities for developing a weather application. The goal is to create a simple cross-platform app that shows the weather of a specified location by implementing API calls.

Project Structure

The project structure follows Kotlin Multiplatform conventions and is organized into common, Android, and iOS source sets. Shared code is placed in the commonMain source set, and platform-specific code is located in androidMain and iosMain.

Features

  • Cross-platform development with Kotlin Multiplatform.
  • API calls to retrieve weather information.
  • Common code for shared functionality.
  • Platform-specific implementations for Android and iOS.

Demo

Demo Gif