I must to lean c# and java languages to build an android app, this is right??!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I must to lean c# and java languages to build an android app, this is right??!!

4th May 2020, 9:18 AM
Suleiman Shakrah
Suleiman Shakrah - avatar
4 Answers
+ 3
there are also low-level tools like appinventor...
4th May 2020, 10:20 AM
Oma Falk
Oma Falk - avatar
+ 4
Just java is enough for beginner
4th May 2020, 9:33 AM
Bhavya
Bhavya - avatar
+ 2
The languages you might consider learning for Android development include: Java – Java is the official language of Android development and is supported by Android Studio. It has a steep learning curve however. Kotlin – Kotlin was recently introduced as a secondary “official” Java language. It is similar to Java in many ways but is a little easier to get your head around. C/C++ — Android Studio also supports C++ with the use of the Java NDK. This allows for native coding applications, which can be handy for things like games. C++ is more complicated though. C# — C# is a slightly more beginner-friendly alternative to C or C++ that obfuscates more code. It’s supported by some very handy tools like Unity and Xamarin which are great for game development and for cross-platform development. BASIC – A bonus option is to learn BASIC and try the B4A IDE from Anywhere Software. This is an easy but powerful tool, though definitely much more niche!
4th May 2020, 10:16 AM
SITHU Nyein
SITHU Nyein - avatar
0
Thank you 😁
4th May 2020, 9:56 AM
Suleiman Shakrah
Suleiman Shakrah - avatar