Search code examples
androidazurekotlinazure-mobile-servicesazure-sdk

Azure Mobile App framework with Android (Kotlin only)


Is it possible to work with Azure Mobile App Service framework on Android app with Kotlin code only ?


Solution

  • The Azure Mobile Apps SDK mentions only Java, but you should be able to replace all Java code with Kotlin since both compile to JVM bytecode.