+ 2
Android development
Which one better for android development swift , Java or python
4 Answers
+ 2
There also options like flutter which is a crossplatform framework which supports editing frontend code on the fly and has it's own Dart programmimg language.
Info to proceed: https://docs.flutter.dev/get-started/install
+ 2
Kotlin is the language currently recommended by Google (who owns and maintains Android OS), after recommending Java for years.
Swift is the language currently recommended by Apple for iOS app development, after recommending Objective-C for years.
There are other languages like Python, Dart, and such which are cross-platform if correct libraries are used. How well they support the unique aspects of either OS and app development in general can vary.
+ 1
Android is a Kotlin first, so you'd focus on that. Out of your list it's Java.
0
You can also use cross platform framework like flutter and react native