The PDF Viewer is simple app which demonstrates how we can display PDF in android and iOS platform in Kotlin Multiplatform project.
Platforms |
---|
Android |
---|
Android_PDF_Viewer.webm |
iOS |
---|
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-01-02.at.19.29.34.mp4 |
- Kotlin : Multiplatform Programming language
- Kotlin Multiplatform : To host the common bussiness logic of Android and iOS app.
- Jetpack Compose : Android App UI built using Jetpack Compose.
- Swift UI : iOS App UI built using Swift UI.
- Moko MVVM : Share ViewModel with android and iOS app.
- DI : Koin used for Dependency Injection.
- Networking : Ktor used for network calls.
This Kotlin Multiplatform project includes three modules:
This is a Kotlin module that contains the common logic for both Android and iOS applications, the code you share between platforms. This shared module contains ViewModel, Network related common code.
This androidApp module is used to write android UI in Jetpack Compose and other platofrm specific code.
This iosApp module is used to write ios app UI in Swift UI and other platform specific code.
This project build upon Android Studio Hedgehog | 2023.1.1 and XCode | 15.0.1.
Copyright 2023 Swapnil Musale
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.