Skip to content

🚀 KMP Project: The Movie DB KMP & Compose UI 🚀

Notifications You must be signed in to change notification settings

juanunix/kmp-movies

Repository files navigation

🇺🇸 English | 🇪🇸 Español

English

Kotlin Multiplatform App Example

🚀 Multiplatform App Showcase

Welcome to the Kotlin Multiplatform App, a cutting-edge project designed to demonstrate the power and versatility of Kotlin for cross-platform development. This app supports Android, iOS, and Desktop, with plans to expand to Web in the near future. 🌐


📸 Screenshots

📌 IOS ANDROID

KMP_MOVIES

📌 DESKTOP

KMP_MOVIES_1

KMP_MOVIES_2

📌 Features

  • 📱 Cross-platform compatibility: Single codebase for Android, iOS, and Desktop.
  • 🖥️ Desktop: Support for desktop environments ensures a seamless experience.
  • 🌐 Future-ready: Web support coming soon.
  • 🚀 Modern architecture: Built with the latest tools and frameworks to ensure scalability and performance.

💼 Technologies Used

  • Kotlin 2.0 🛠️
  • Gradle: Configured with Kotlin DSL and Versions Catalog ⚙️
  • Native SwiftUI for iOS 🍎 and Jetpack Compose for Android 🤖 (main branch).
  • Compose Multiplatform for unified UI (compose branch) 🖥️.
  • Coil for image loading 🖼️.
  • Navigation Compose for seamless navigation 🧭.
  • ViewModels from Android Architecture Components 🧠.
  • Ktor Client for networking 🌐.
  • Room for local data persistence 📂.
  • Koin for dependency injection 🧪.
  • MOKO-permissions for handling permissions 🎛️.

📂 Project Structure

├── commonMain/
│   ├── models/
│   ├── viewmodels/
│   ├── network/
│   ├── di/
├── androidMain/
├── iosMain/
├── desktopMain/

🚦Getting Started

Clone the repository:

bash
git clone https://github.com/your-repo/multiplatform-app.git

Open the project in your preferred IDE (e.g., IntelliJ IDEA).

Select the target platform (Android/iOS/Desktop) and run the project.

👨‍💻 Contributions

We welcome contributions to improve the app and add new features! Feel free to submit pull requests or report issues.

Español

Ejemplo de Aplicación Multiplataforma Kotlin

🚀 Demostración de Aplicación Multiplataforma

Bienvenido a la Aplicación Multiplataforma en Kotlin, un proyecto innovador diseñado para demostrar el poder y la versatilidad de Kotlin en el desarrollo multiplataforma. Esta app es compatible con Android, iOS y Desktop, y planea expandirse a Web próximamente. 🌐


📌 Características

  • 📱 Compatibilidad multiplataforma: Código único para Android, iOS y Desktop.
  • 🖥️ Desktop: Soporte para entornos de escritorio que garantiza una experiencia fluida.
  • 🌐 Preparado para el futuro: Próximamente soporte para la Web.
  • 🚀 Arquitectura moderna: Construido con las herramientas y frameworks más actuales para garantizar escalabilidad y rendimiento.

💼 Tecnologías Utilizadas

  • Kotlin 2.0 🛠️
  • Gradle: Configurado con Kotlin DSL y Versions Catalog ⚙️
  • SwiftUI Nativo para iOS 🍎 y Jetpack Compose para Android 🤖 (rama principal).
  • Compose Multiplatform para una UI unificada (rama compose) 🖥️.
  • Coil para carga de imágenes 🖼️.
  • Navigation Compose para navegación fluida 🧭.
  • ViewModels de Android Architecture Components 🧠.
  • Ktor Client para el manejo de redes 🌐.
  • Room para persistencia de datos local 📂.
  • Koin para inyección de dependencias 🧪.
  • MOKO-permissions para gestionar permisos 🎛️.

📂 Estructura del Proyecto

├── commonMain/
│   ├── models/
│   ├── viewmodels/
│   ├── network/
│   ├── di/
├── androidMain/
├── iosMain/
├── desktopMain/

🚦Cómo Empezar

Clonar el repositorio:

bash
git clone https://github.com/your-repo/multiplatform-app.git

Abre el proyecto en tu IDE preferido (por ejemplo, IntelliJ IDEA).

Selecciona la plataforma objetivo (Android/iOS/Desktop) y ejecuta el proyecto.

👨‍💻 Contribuciones

¡Aceptamos contribuciones para mejorar la aplicación y añadir nuevas funcionalidades! Siéntete libre de enviar pull requests o reportar problemas.

License

Copyright 2024 DevExpert

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

🚀 KMP Project: The Movie DB KMP & Compose UI 🚀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published