Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.
Please read the tutorial at this link: https://ebookbell.com/faq
We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.
For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.
EbookBell Team
4.7
46 reviewsApplication developers have to often repeat the same code across multiple platforms, which is not only time-consuming but also error-prone. Most documentation targets only specific use cases but misses out on the nuances essential to sharing code effectively across platforms.
Kotlin Multiplatform by Tutorials will help you efficiently implement real-world apps for different platforms by sharing common code.
Who This Book is For
This book is for mobile developers and managers who want to explore how they can use Kotlin Multiplatform to share code across Android, iOS and desktop apps. If you want to reduce development and testing time by writing certain parts of your apps only once, this book will help.
Topics Covered in Kotlin Multiplatform by Tutorials
Jetpack Compose Android: Use Android's latest UI toolkit to quickly spin up the UI for different screens of your Android app.
Compose Multiplatform: Use the concepts you learned in Jetpack Compose Android to develop the UI for desktop apps.
SwiftUI: Learn how to develop the UI for iOS and macOS apps entirely in Swift.
Testing: Make your code reliable by writing tests for both common code as well as platform-specific code.
Koin: Learn about dependency injection and how you can use Koin to implement dependency injection in multiplatform apps.
SQLDelight: Create a common persistence layer for your multiplatform apps while also getting the benefits of compile-time safety for schemas, statements and migrations.
Serialization: Learn about different serialization formats and how you can use them to parse JSON data fetched from the Internet.
Ktor: Implement a common networking layer with support for platform-specific HTTP clients.
Coroutines: Learn about structures concurrency and the considerations to keep in mind while using coroutines on different platforms.
One thing you can count on: After reading this book, you’ll be prepared to create modules where you can write your code only
…