Your passionate Android Developer
Richard Schattauer
Going 100%* Compose Multiplatform (* and all the things they didn’t tell you)
According to documentation, blog posts and YouTube videos it is rather easy to go full Compose Multiplatform. The reality is, that it's trickier than it seems and with some downsides that no-one tells you when you start or try to push for it at your company.
The takeaway to this talk is how to develop a project with (almost) everything done in Kotlin/Compose, but also pinpointing to things that are either trickier or currently straight up impossible to do with Compose Multiplatform in its current state. I will provide a GitHub project that can be used as source of reference, including a working sample with some of the more tricky parts to implement and this presentation. Also it will be a good starting point if you want to pitch Compose Multiplatform to your company and want to get going for the next project or maybe even mix things up with your current development state.
https://github.com/rschattauer/compose_multiplatform
This talk will cover: Wizard, Navigation, Resources, Lifecycle, ImageLoading, NativeUI, RealNativeUI, A11Y (VoiceOver/TalkBack), Keyboard, Previews, BackHandler, Modifiers, WindowSizeClasses, Testing, IDE, Migration and how to keep up to date.