Andriod mobile app with kotlin

Hi all,

I am experienced c++ developer but not in mobile apps.

I know these are very basic questions. Any recommended tutorials?

Is it the right decision to develop new mobile app with Kotlin? what is the link to download developers studio? Will it be easily port to ios ?

Any sample Kotlin mobile application for Android?

Thanks,
D

Have you tried to read documentation?

Hi @earthd one official place for android Android Developers there almost all of your questions are answered

Yes, it will be right decision to develop new mobile app with Kotlin
Partially Yes, you can port business logic which you wrote for android to IOS using kotlin native
you should properly plan to isolate your code as two different project if you want to port to IOS
Samples are directly downloadable from android studio itself