utsmannn / tokobola

An online football store simulation application for Android and iOS, developed with Kotlin Multiplatform and Compose Multiplatform as the UI framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TokoBola

An online football store simulation application for Android and iOS, developed using the latest technology from Kotlin Multiplatform and Compose Multiplatform as the UI framework.

This is a playground project and not serious. This project is being worked on periodically, with the goal of learning Kotlin Multiplatform, Compose for Multiplatform for Android and iOS, and many other things. I chose the marketplace theme because by developing this themed application, there's so much that can be learned, starting from architecture, local database, up to maps.

Architecture

This main architecture combines MVVM with state management, and I call it MVVM + State. This state is not like MVI, which has multiple states for each flow. I only create 4 conditions, namely Idle, Loading, Success, and Failure. These states are propagated from data sources to nodes to be rendered according to their respective needs.

Third party library


About

An online football store simulation application for Android and iOS, developed with Kotlin Multiplatform and Compose Multiplatform as the UI framework.

License:Apache License 2.0


Languages

Language:Kotlin 97.7%Language:Shell 1.5%Language:Ruby 0.6%Language:Swift 0.2%