What programming language should i learn to develop a simple android app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What programming language should i learn to develop a simple android app?

Currenltly i know the basics of java,c,c++,html and qbasic. in java dont know about threads,applets,etc. please help.!!!

8th Nov 2016, 7:52 AM
Gaurav Aggarwal
Gaurav Aggarwal - avatar
3 Answers
+ 1
Hi, you should download android SDK (https://developer.android.com/studio/index.html) and start with tutorials. This will introduce you to development and publishing of simple android application. Language selection depends on type of application (native, hybrid, html5) and its purpose.
8th Nov 2016, 8:08 AM
Ondra Musil
Ondra Musil - avatar
+ 1
IDE = Android Studio Language = Java If you know basics in Java then it won't be difficult to create a simple app this way. I made my first app over a weekend. I imagine you could set up that IDE, write the addition app, and build the apk file in less than a day.
8th Nov 2016, 1:22 PM
MaxInertia
MaxInertia - avatar
0
like if i just want to make a simple apk to add two numbers..then??
8th Nov 2016, 8:47 AM
Gaurav Aggarwal
Gaurav Aggarwal - avatar