Skip to content

One codebase, multiple platforms - explore weather information effortlessly with Kotlin's multiplatform magic!

Notifications You must be signed in to change notification settings

sharmadhiraj/Kotlin-Multiplatform-Weather-App

Repository files navigation

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

About

One codebase, multiple platforms - explore weather information effortlessly with Kotlin's multiplatform magic!

Topics

Resources

Stars

Watchers

Forks