Shady Selim’s KMM StoreList App

My new visit to KMM and creating an example StoreList App (Kotlin Multiplaform Mobile) for both Android and iOS, divided into 3 project:

  • Android using Kotlin and Jetpack Compose for views
  • iOS using Swift and SwiftUI for views
  • Base shared code in Kotlin

? Description

Libraries and technologies used:

  • Android:
  • Jetpack Compose
  • Jetpack ViewModel
  • Compose Material
  • Compose Animation
  • Compose ViewModel Lifecycle
  • Compose LiveData
  • Compose Pager
  • Compose Pager Indicators
  • Coroutines
  • iOS:
  • SwiftUI
  • Swift Combine
  • Shared:
  • Coroutines
  • Serialization
  • ktor
  • ktor Serialization

? Motivation and Context

I needed to test the updates on Kotlin Multiplatform Mobile (KMM) since my last visit to it, and to be frank I am so amazed how easier it make and the qualify of my code.

? Screenshots

License

Copyright 2020 The Android 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

    https://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.

GitHub

View Github