Certainly, here are the programming languages commonly used for Android development:
Kotlin: Kotlin is a modern programming language that is fully interoperable with Java, making it a popular choice for Android development. It offers concise syntax, null safety, and many other features that improve developer productivity.
Java: Java has been the traditional language for Android development for many years. While Kotlin is now preferred by many developers, Java is still widely used in existing projects and is a solid choice for those who are familiar with it.