An open API service indexing awesome lists of open source software.

https://github.com/yusuf0405/moviesmultiplatformapp

Kotlin Multiplatform (KMP) project designed to display movies and their descriptions across Android and iOS platforms. The app leverages Jetpack Compose for Android and SwiftUI for iOS to ensure a native and seamless user experience.
https://github.com/yusuf0405/moviesmultiplatformapp

android compose coroutines ios koin kotlin ktor sqldelight swift swiftui

Last synced: 2 months ago
JSON representation

Kotlin Multiplatform (KMP) project designed to display movies and their descriptions across Android and iOS platforms. The app leverages Jetpack Compose for Android and SwiftUI for iOS to ensure a native and seamless user experience.

Awesome Lists containing this project

README

        

# MoviesMultiplatformApp

## Overview

[image]()

MovieApp is a Kotlin Multiplatform (KMP) project designed to display movies and their descriptions
across Android and iOS platforms. The app leverages Jetpack Compose for Android and SwiftUI for iOS
to ensure a native and seamless user experience.

## Features

* Cross-platform support using Kotlin Multiplatform (KMP)
* Jetpack Compose for Android UI
* SwiftUI for iOS UI
* Fetch and display movie details
* Modular architecture for scalability and maintainability

## Technology Stack

* Kotlin Multiplatform (KMP) - Shared business logic
* Jetpack Compose - UI framework for Android
* SwiftUI - UI framework for iOS
* Ktor - Networking for API calls
* SQLDelight - Local database for caching
* Koin - Dependency Injection
* Coroutines & Flow - Asynchronous programming
## Screen Shots

### Android Screenshots

[image]()
[image]()

### iOS Screenshots

[image]()
[image]()