Wednesday, August 24th, 2022
A big thanks to Mirego for the venue!
1195 Wellington, bureau 501, Montréal (QC) H3C 1W1
Schedule:
- 18:30 Welcome!
- 19:00 Building Multi-Platform Projects with MVI by Etienne Caron
- 19:45 Break
- 20:00 TBD
Building Multi-Platform Projects with MVI by Etienne Caron
by Etienne Caron
- For modern applications, targeting multiple platforms has become table-stakes. That can be an insurmountable challenge for a team working on a project with limited resources. Kotlin Multiplatform is a promising solution to this problem, allowing you to target mobile platforms and the web.
- The strength of Kotlin Multiplatform is that it allows you to write native applications, unlike cross-platform frameworks like React-Native and Flutter. While having access to native APIs can lead to a superior user experience, you need to be careful to avoid code duplication.
- We’ve decided to embrace the Kotlin multiplatform approach at my company, convinced it will help us build better quality products. And in this talk, I will show how we’ve used MVI architecture patterns to help us maximize code sharing.