+ 2
Plane for iOS programming
Could any one help to find a way to learn how to Program on Android but I need to know what I have to learn first is at c # or Java
6 Answers
+ 2
Java. /kotlin
+ 2
For Android you definitely need to know how to code in Java. At least it has been like that until recently. Kotlin is new to me, so can't tell if it would be enough in itself, but I hear from others that it seems to be quite promising. So, yes you should probably also give it a try.
+ 2
I would say you should learn Java first, as it is the language that the Android Software Development Kit (SDK) is based on. So, with Java you definitely have access to all the available functionality. Your time invested in learning Java will pay off, if you really plan to program for Android.
If you want to program for multiple platforms, C++ with the Xamarin framework could be a good alternative since then you may reutilize the code. But I believe there is a certain trade-off between portability and functionality.
0
So thanks every one for your answer but is that mean if want to learn Android I have to start with Java
0
Or c# or c++
0
Thanks