+ 4
What I should learn first - c++ or c# for android apps creation?
There are many people who says that you should learn c++ first and some says c# . What according to you is the best?
7 Antworten
+ 13
I think it doesn't matter what language you learn first, just choose what you like and start learning.
P.S I wouldn't recommend Xamarin. It's quite heavy and complicated. Use Android Studio(Java).
+ 5
Thanks @Thomas for your reply but I asked for what should I learn first c++ or c#
+ 5
Thanks @Thomas and @Marcus for your replies. And its very helpful. Thanks for the help
+ 5
I would say C# since there is a delicated platform for it (monodevelop).
+ 4
For Android applications Java is what you should learn but if you want to use C#, download the Xamarin extension for Visual Studio and then code your Android apps in C#.
+ 4
If you really want to build Android applications with one of those two languages I would recommend C#. If you are learning you're first language I would recommend Python because it's a powerful language with many uses and easy to read syntax.
+ 3
Thanks @Wen_Qin for your reply.