• Stars
    star
    109
  • Rank 316,928 (Top 7 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created over 2 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kotlin Multiplatform Coffee Machine

Expressus

Featured in Kotlin Weekly - Issue #299 Featured in Kotlin Weekly - Issue #301
Android Weekly Android Weekly
As Seen In - jetc.dev Newsletter Issue #177

KMP sample project acting as a playground to illustrate what's discussed in these articles:



Details

Modules

Shared

  • Model-View-Intent architecture
  • Finite State Machine to validate state transitions
  • State restoration (both for UI State and FSM State)

Shared Ui Compose

  • Compose Multiplatform to share composables between Desktop, Android and iOS

Platforms

Mobile

  • UI State emissions using Kotlin Flow and Swift Combine Publisher
  • Jetpack Compose, Compose Multiplatform and SwiftUI

./gradlew :androidApp:installDebug

To run iosApp open iosApp/iosApp.xcworkspace in Xcode and run standard configuration or use KMM plugin for Android Studio and choose iosApp in run configurations.

Desktop

  • UI State emissions using Kotlin Flow
  • Compose Multiplatform

./gradlew :desktopApp:run

Outputs

UI

FSM + MVI

Click on each image for full resolution

LICENSE

Copyright (c) 2022-present GuilhE

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.

More Repositories

1

CircularProgressView

A fancy CircularProgressView
Kotlin
285
star
2

KeyboardStateEvents

LiveData notification when keyboard opens or closes, plus some handy extension functions
Kotlin
149
star
3

KitchenTimer

A kitchen timer implemented with Jetpack Compose
Kotlin
146
star
4

KMP-ComposeUIViewController

KSP library and Gradle Plugin for generating ComposeUIViewController and UIViewControllerRepresentable files when using Compose Multiplatform for iOS
Kotlin
66
star
5

SeekbarRangedView

A SeekBarView restrained by a minimum and maximum value.
Kotlin
65
star
6

JsonBroadcaster

Update the UI state of your Android and iOS apps at runtime.
Kotlin
48
star
7

WhosNext

Kotlin Multiplatform Timer
Kotlin
47
star
8

QuantityPickerView

A View capable of increasing or decreasing a unit value with a toggle animation
Kotlin
45
star
9

RecyclerPickerDialog

A FragmentDialog implemented with RecyclerView that can accept Single or Multiple selections
Kotlin
38
star
10

PlaceHolderRecyclerView

A RecyclerView that can switch between items and placeholders
Kotlin
35
star
11

ResourcesProvider-ktx

Helper class to provide resources - ContextCompat, ResourcesCompat, AnimationUtils, Context.resources - all in one place! 🀩πŸ₯³
Kotlin
15
star
12

OneHotMinute-Compose

Android Dev Challenge: Week 2 - Countdown timer
Kotlin
13
star
13

Zoo-Compose

Android Dev Challenge: Week1 - Animal adoption
Kotlin
11
star
14

SharedPrefs-ktx

Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions πŸŽ‰
Kotlin
9
star
15

Kairos

Android Dev Challenge Finale: Weather app
Kotlin
8
star
16

AndroidStyling-LintRules

A set of lint rules to check for common mistakes when styling and theming on Android
Kotlin
6
star
17

DesingSpeedRun-Compose

Android Dev Challenge: Week 3 - Speed round
Kotlin
4
star
18

SharedPrefsUtils

Save and load objects from SharedPreferences in a faster and simpler way
Java
3
star