Movies is a simple Kotlin Multiplatform application I Presented during [Kotlin Multiplatform Development Workshop](http://2019.mobilization.pl/#talk-kotlin_native_and_multiplatform_development)
This project demonstrates how common logic can be consumed by Android & iOS platforms.
iOS [SwiftUI] | Android [Jetpack Compose] |
---|---|
- Android - Jetpack Compose based,
- iOS - SwiftUI based
- Kotlin Multiplatform
- multi-format reflectionless serialization - generates visitor code for serializable classes
- kotlinx.coroutines - Library support for Kotlin coroutines with multiplatform support
- ktor-client-core - Multiplatform Http Client
- ktor-client-serialization - Multiplatform JSON serializing and de-serializing
- Kingfisher - Pure-Swift library for downloading and caching images from the web
- Using GlobalScope in SharedCode, which ofcourse lifecycle unaware
- Handle errors gracefully
- Test coverage
- Jetpack compose RatingView implementation
follow me on twitter! 🤩
Designed and developed by 2020 vipulshah2010 (Vipul Shah)
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.