Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.84 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.84 KB

Kotlin Multiplatform Masterclass - KMP, KMM - Android, iOS

I successfully completed the Online Course on Udemy by Petros Efthymiou

Look At My Certificate of Completion Here



News App

The course aims to teach the state-of-art KMP development.

News App includes a native Android and a native iOS apps, where the business logic and infrastructure is shared in a KMP module.

Daily Pulse is using the news API to fetch, cache and display the top US business articles. It also contains a screen to display the list of news sources we use to fetch the articles from. Finally, it contains third screen to display information regarding the user's device.

Tech Stack

It is a prototype app based on the following technologies and patterns:

  1. Clean Architecture
  2. MVI
  3. Ktor
  4. SQL Delight
  5. Koin
  6. Jetpack Compose
  7. Swift UI

Architectural diagram

The UI/Framework layers reside in the native apps, while everything from the View Model up to Data layer is in the common KMP module.

Untitled Diagram drawio

Architectural Layers

Screenshot 2023-12-04 at 18 19 53

Learn more about Kotlin Multiplatform