Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radenadri/dailypulse
A project created from KMM Masterclass course
https://github.com/radenadri/dailypulse
android compose ios jetpack-compose kmm kotlin multiplatform
Last synced: 19 days ago
JSON representation
A project created from KMM Masterclass course
- Host: GitHub
- URL: https://github.com/radenadri/dailypulse
- Owner: radenadri
- Created: 2024-07-19T03:47:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T10:56:21.000Z (3 months ago)
- Last Synced: 2024-11-14T11:36:07.646Z (3 months ago)
- Topics: android, compose, ios, jetpack-compose, kmm, kotlin, multiplatform
- Language: Kotlin
- Homepage: https://www.udemy.com/course/kotlin-multiplatform-masterclass
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 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## 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](https://github.com/petros-efthymiou/DailyPulse/assets/98778003/a1a465db-1484-4eb8-ab3c-1d43b457d7c2)
## Architectural Layers
License
--------
```
Copyright (C) 2023 Petros Efthymiou Open Source ProjectLicensed 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 athttp://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"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/petrosefth)