what the programming languages used in android studio ?

by 10 replies
13
Hi guys

please, can you tell me the preferred programming languages to use with android studio?

thanks a lot .
#programming #android #languages #programming #studio
  • When I was doing an Android app for a company that I worked for, I used Java.
    • [ 1 ] Thanks
    • [1] reply
    • were there any programming language in addition to JAVA ?
      thanks
  • Android apps are built using Java and XML, so I assume that is all you will need here.
    • [ 1 ] Thanks
  • Banned
    [DELETED]
    • [ 1 ] Thanks
  • 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. It is possible to develop C and C++ app using the Android Native Development Kit (NDK), however it isn't something that Google promote.
    • [ 1 ] Thanks
  • [DELETED]
  • There is also a project called Mono! So you COULD develope Android Apps with C#.NET, e.g.

    But Java and XML are the main components as said before
  • Banned
    [DELETED]
  • Hi,
    Java is the basic language used in Android.
  • I think ava and XML . And you ?
  • [DELETED]
  • First of all familiarize your self with java and xml in this java used to design back end xml used for front end also you learn the object oriented programming in java.
  • It is java for the controller, and for the view its used xml
  • Java and XML languages are used in Android applications

Next Topics on Trending Feed