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.
It is a prototype app based on the following technologies and patterns:
- Clean Architecture
- MVI
- Ktor
- SQL Delight
- Koin
- Jetpack Compose
- Swift UI
Switch between the branches 1 to 7 to checkout from a more initial to a more advanced state of the application.
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.
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.