+ 2

Android development

Which one better for android development swift , Java or python

27th Jan 2025, 3:26 PM
Morel Ngoulla
Morel Ngoulla - avatar
4 Respostas
+ 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
27th Jan 2025, 7:55 PM
Lazy Dev
Lazy Dev - avatar
+ 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.
28th Jan 2025, 10:23 AM
Shardis Wolfe
+ 1
Android is a Kotlin first, so you'd focus on that. Out of your list it's Java.
27th Jan 2025, 4:43 PM
Ausgrindtube
Ausgrindtube - avatar
0
You can also use cross platform framework like flutter and react native
29th Jan 2025, 3:36 PM
Shihan
Shihan - avatar