Slide 25
Slide 25 text
I’m going to use Multi-platform framework.
● Does that mean using React-Native, Flutter, Ionic, Xamarin?
○ NO!
○ They try to solve almost every task with the same code.
○ However, some features, rendering, and IO operations are prone to unexpected exceptions.
○ Most importantly, there is no code base and we have to work from scratch.
● So, I’m going to use Kotlin Multi Platform.
○ Easy to migrate (AOS already has)
○ I love kotlin.
○ => I will restrict the code base with the same idea as RIBs.