Sr. Android Developer Question:
Tell me which programming language is used for Android App development?
Answer:
Java is the official programming language for Android App development. It is also possible to develop in C/ c++ language using NDK (Android Native Development). However, the major parts of Android are written in Java programming language and the APIs are also designed primarily from Java.
Previous Question | Next Question |
Do you know Android Architecture? | What is intents in Android? What are the different types of intents? |