Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 810 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 810 Bytes

Android KMP-Template

This project demonstrates the use of Kotlin Multiplatform in an Android application. It serves as an example for developers looking to integrate Kotlin code into their Android apps, enabling shared business logic across platforms while maintaining the native user experience.

Features

  • Cross-platform Logic: Utilize Kotlin to handle business logic that runs both on iOS and Android.
  • Native UI: Android native UI implementation with Compose Multiplatform to ensure the best user experience.
  • MVVM Pattern: Implementation using MVVM architecture
  • Reusable Components: Showcases how to structure your Kotlin code to maximize reuse between platforms.
  • Other: Also supports building for Desktop

This pairs with https://github.com/Mindera/iOS-KMP-Template