+ 3

Which languages are used to code for android?

pls tell what u know

1st Feb 2018, 7:42 PM
MINN KHANT
5 Answers
+ 15
Java
1st Feb 2018, 7:51 PM
Salif Mehmed đŸ‡čđŸ‡·đŸ‡§đŸ‡Ź
Salif Mehmed  đŸ‡čđŸ‡·đŸ‡§đŸ‡Ź - avatar
+ 7
java and kotlin
1st Feb 2018, 8:00 PM
Vukan
Vukan - avatar
+ 2
Android-based Java through the SDK and/or C/C++ through the NDK can be used to build "native" apps. A minimal WebView wrapper and HTML/CSS/JS can be used to build a hybrid native/web app, or a WebView can run a webapp.
1st Feb 2018, 9:51 PM
Tom Shaver
Tom Shaver - avatar