Compose Multiplatform — managing UI State on iOS | by Guilherme Delgado | Aug, 2023
When you use Compose Multiplatform on iOS, the Kotlin code for your UI is compiled to native code using Kotlin/Native. This native code is then used to create a UIKit-based UI that runs on the iOS platform. Compose Multiplatform for iOS provides the Kotlin APIs…
Mobile App Development
0
Blast Off: Managing Hundreds of UI Updates for an Emoji Cannon | by Piotr Prus | Jul, 2023
Our goal here is to build a simple UI, starting with a button and an empty screen. Every time the user clicks the button we should fire an emoji in the air(screen) and clean it after a while with a fadeOut() exit animation. Here is…