How we built some android apps with java programing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How we built some android apps with java programing?

17th Nov 2016, 4:17 PM
Arif R Nas
Arif R Nas - avatar
3 Answers
+ 2
you must have android studio or eclopse with android plugin. for more info try on google
17th Nov 2016, 4:22 PM
Maurizio Urso
Maurizio Urso - avatar
+ 2
The official language for Android development is Java. Large parts of Android are written in Java and its APIs are designed to be called primarily from Java. That said, it is possible to develop C and C++ apps using the Android Native Development Kit (NDK), however it isn't something that Google promotes.
17th Nov 2016, 7:26 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 2
Android Studio – http://developer.android.com/sdk/installing/studio.html (in beta) Both of these IDEs require the use of the Javacomputer language to write Apps. The first option uses the well established Eclipse IDE. The second option is based upon the IntelliJ IDE
17th Nov 2016, 7:27 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar