p01mohammads / DailyPulse

Education repo offered as material in the course Kotlin Multiplatform Masterclass.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DailyPulse

Educational repo offered as material in the course Kotlin Multiplatform Masterclass. The course aims to teach the state-of-art KMP development.

Daily Pulse includes a native Android and a native iOS apps, where the business logic and inftrastructure 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 diaply the list of news sources we use to fetch the articles from. Finally, it contains third screen to display informartion 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

How to use

Switch between the branches 1 to 7 to checkout from a more initial to a more advanced state of the application.

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

License

  Copyright (C) 2023 Petros Efthymiou Open Source Project

  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.

"Buy Me A Coffee"

About

Education repo offered as material in the course Kotlin Multiplatform Masterclass.


Languages

Language:Kotlin 91.2%Language:Swift 8.8%