Kotlin Multiplatform Development
 

Make your Android application work on iOS – tutorial

Edit pageLast modified: 20 December 2024

Learn how to make your existing Android application cross-platform so that it works both on Android and iOS. You'll be able to write code and test it for both Android and iOS only once, in one place.

This tutorial uses a sample Android application with a single screen for entering a username and password. The credentials are validated and saved to an in-memory database.