ucfcs / GrowthPlus

Educational math application for children in West and Central Africa
https://growthplus4a.netlify.app
GNU General Public License v3.0
4 stars 2 forks source link

Migrate from Java to Kotlin #223

Closed RuthShryock closed 1 year ago

RuthShryock commented 1 year ago

This allows for our app to be cross-platform

JulioC-19 commented 1 year ago

@RuthShryock This is going to require a bit more planning than expected. Based on the doc, it is doable to use Kotlin multiplatform and Realm does have a Kotlin multiplatform dependency that can be used. The environment set up is different than a native android app though, we would be basically starting from scratch and need an iOS environment to be efficient with it. I'm specially curious to see how the realm dependency works with both platforms. I'll start playing around with it on the Android side cuz I don't have a Mac yet and see how things come up.