Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our W3Make Forum to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now
You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Sign InSign Up

Forum By W3make

Forum By W3make Logo Forum By W3make Logo

Forum By W3make Navigation

  • Home
  • About Us
  • Blog
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Questions Feed
  • Blog
  • Contact Us
Home/ Questions/Q 6414
Next
In Process
Mohammed aleem hasan
  • 0
Mohammed aleem hasanBegginer
Asked: June 20, 20232023-06-20T14:14:41+05:30 2023-06-20T14:14:41+05:30In: Android Development

What programming language is used for Android development?

  • 0

give me a programming language name

fast answer
  • 65 65 Answers
  • 1k Views
  • 1 Follower
  • 1
Answer
Share
  • Facebook
  • Report

65 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Sahithi devalla Teacher
    2023-06-22T13:06:49+05:30Added an answer on June 22, 2023 at 1:06 pm

    The primary programming language used for Android development is Java. Java has been the traditional language for developing Android applications since the inception of the platform. It offers a robust set of libraries, frameworks, and tools specifically tailored for Android development.

    However, it’s worth noting that there are now alternative programming languages available for Android development. One notable example is Kotlin, which has gained significant popularity in recent years and is officially supported by Google for Android development. Kotlin offers modern language features, enhanced productivity, and improved code readability compared to Java.

    While Java remains widely used, Kotlin has become a popular choice among developers due to its concise syntax, null safety, interoperability with Java, and overall developer-friendly features.

    • 2
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Pratick singha Begginer
    2023-06-21T15:23:29+05:30Added an answer on June 21, 2023 at 3:23 pm

    The primary programming language used for Android app development is Java. Java is a general-purpose programming language that has been used for Android development since the early days of the platform. It offers a wide range of libraries and tools specifically designed for building Android applications.

    In recent years, Kotlin has gained significant popularity as an alternative programming language for Android development. Kotlin is a modern programming language that runs on the Java Virtual Machine (JVM) and provides a more concise and expressive syntax compared to Java. It is fully interoperable with Java, which means you can use existing Java code and libraries in Kotlin-based Android projects.

    While Java and Kotlin are the main languages for Android development, it is worth noting that other programming languages can also be used, such as C++ using the Android Native Development Kit (NDK) for performance-critical parts of an application. However, Java and Kotlin remain the most widely used and recommended languages for developing Android apps.

    • 1
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. akshatt25 Teacher
    2023-06-20T14:17:24+05:30Added an answer on June 20, 2023 at 2:17 pm

    For native android development you can use Java or Kotlin….and for cross platform development you can use Flutter which lets you build app for Android and iOS both

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Kommoju Devi Jyothi Sree Begginer
    2023-06-20T14:20:25+05:30Added an answer on June 20, 2023 at 2:20 pm

    Kotlin, Java.

    The primary programming language used for Android development is Kotlin. Kotlin is a modern, statically-typed programming language.

    While Java has been the traditional language for Android development. Java is still widely used in Android development, and many existing Android applications are written entirely in Java.

    Other programming languages like C++ and JavaScript can be used for specific purposes in Android development, such as performance-critical parts or web-based technologies (e.g., React Native or Flutter).

    However, Kotlin is the recommended and most commonly used language for developing Android applications.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Saika Iqbal Begginer
    2023-06-20T14:31:19+05:30Added an answer on June 20, 2023 at 2:31 pm

    The primary programming language used for Android development is Kotlin. Kotlin is a modern programming language developed by JetBrains and officially supported by Google for Android app development. It offers many advantages over Java, such as improved code conciseness, null safety, enhanced readability, and better interoperability with existing Java code. While Java can still be used for Android development, Kotlin has become the preferred language due to its powerful features and ease of use.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. PINAKI SHASHISHEKHAR MATHAN Begginer
    2023-06-20T14:46:46+05:30Added an answer on June 20, 2023 at 2:46 pm

    If you plan on creating an Android app, Java could be the way to go. According to a recent survey, JavaScript is the most popular language among developers, with around 70% using it. HTML/CSS is the second most popular language, with 60% of respondents saying they code with it. It is also possible to develop an application based on Android using Python.

    Java code is a good starting point for basic programming language learning but the shorter Kotlin code makes development much more efficient and of generally higher quality due to fewer lines of code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Archie Verma Begginer
    2023-06-20T14:54:04+05:30Added an answer on June 20, 2023 at 2:54 pm

    The primary programming language used for Android development is Java which is the traditional and official language for Android app development but Kotlin has gained significant popularity and is now officially supported by Google for Android development as well.

    Kotlin offers conciseness, null safety, and better interoperability with existing Java code.

    Both Java and Kotlin are used to develop Android apps, and developers can choose any language that best suits their preferences and project.

    Other languages can also be used such as C++.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Sudhanshucodes Begginer
    2023-06-20T15:00:45+05:30Added an answer on June 20, 2023 at 3:00 pm

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. samiksha zelkar Begginer
    2023-06-20T16:49:19+05:30Added an answer on June 20, 2023 at 4:49 pm

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Mohammed Abdul Jabbar Begginer
    2023-06-20T17:23:46+05:30Added an answer on June 20, 2023 at 5:23 pm

    The most frequently used language would be Kotlin for Android Development, as it is known widely to boost productivity. However, there are many other programming languages you can also use otherwise, which are:

    • Java
    • C++
    • Dart
    • Corona
    • Python
    • CSS
    • HTML
    • JavaScript
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  11. Krupa Begginer
    2023-06-20T17:52:55+05:30Added an answer on June 20, 2023 at 5:52 pm

    The primary programming language used for Android app development is Java. It is a versatile and robust object-oriented language that offers a wide range of libraries and tools specifically designed for Android development. Java provides a solid foundation for creating Android applications, allowing developers to leverage the Android SDK (Software Development Kit) and its extensive set of APIs (Application Programming Interfaces). In addition to Java, Kotlin has gained popularity as an alternative language for Android development. Kotlin is a modern programming language that is fully interoperable with Java, providing enhanced productivity and expressive syntax for Android app development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  12. Chidwilas sai Begginer
    2023-06-20T18:09:04+05:30Added an answer on June 20, 2023 at 6:09 pm

    kotlin is a major android development programming language. Not only kotlin but kotlin is major programming to learn.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  13. Vinod Begginer
    2023-06-20T18:20:40+05:30Added an answer on June 20, 2023 at 6:20 pm

    Kotlin,Java and web development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  14. shreya Begginer
    2023-06-20T19:01:14+05:30Added an answer on June 20, 2023 at 7:01 pm

    Google introduced Kotlin as an official programming language for Android development. Java has been a traditional choice.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  15. sanjaychennuri Begginer
    2023-06-20T19:19:26+05:30Added an answer on June 20, 2023 at 7:19 pm

    java

    js

    flutter

    scala

    kotlin

    c++

    dart

    ruby

    ionic

    python

    angular js

    react js

    html

    css

    php

    my sql

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  16. Deepa24 Begginer
    2023-06-20T20:16:53+05:30Added an answer on June 20, 2023 at 8:16 pm
    Java
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  17. Marana Deepak Begginer
    2023-06-20T20:30:55+05:30Added an answer on June 20, 2023 at 8:30 pm

    The primary programming language used for Android development is Java. Java has been the traditional language for Android development since the inception of the platform and is still widely used today. It offers a robust set of libraries and tools specifically designed for building Android applications.

    However, starting with Android Studio 3.0, Google introduced official support for Kotlin, a modern programming language that runs on the Java Virtual Machine (JVM). Kotlin has gained significant popularity among Android developers due to its concise syntax, enhanced safety features, and interoperability with Java. It has quickly become the preferred language for many new Android projects.

    While Java and Kotlin are the main languages for Android development, it’s worth noting that Android also supports other languages such as C++ and C# through the Android Native Development Kit (NDK) and Xamarin, respectively. However, these languages are typically used for specific cases, such as performance optimization or cross-platform development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  18. G AVINESHWAR Begginer
    2023-06-20T20:41:08+05:30Added an answer on June 20, 2023 at 8:41 pm

    Mainly “Java” and “Kotlin” will be used for Android development , it provides various features to the app. Google preferred Kotlin as the preferred language for the Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  19. Vishnu M Teacher
    2023-06-20T20:43:06+05:30Added an answer on June 20, 2023 at 8:43 pm

    Many people use kotlin as it’s beginning friendly

    The rest of them almost use Java for development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  20. Gomathi Sriram Begginer
    2023-06-20T20:46:47+05:30Added an answer on June 20, 2023 at 8:46 pm

    Java is the main programming language employed in Android development. Since the platform’s conception, Java has been the go-to language for creating Android applications.

    However, Kotlin has become a very popular alternative programming language for Android development since the release of Android Studio. Modern, succinct, and interoperable, Kotlin has a number of advantages over Java, including better syntax, null safety, and increased productivity. Kotlin is now regarded as the preferred language for creating Android apps and has full backing from Google.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  21. Afifa Rizvi Begginer
    2023-06-20T21:10:32+05:30Added an answer on June 20, 2023 at 9:10 pm

    The primary programming language used for Android app development is Java. Java has been the traditional language for Android development for many years and is supported by the official Android development framework.

    Google has introduced an additional programming language called Kotlin as an officially supported language for Android development. Kotlin is a modern, concise, and expressive language that aims to address some of the shortcomings of Java.

    Both Java and Kotlin are widely used for Android development, and developers have the flexibility to choose between them based on their preferences and project requirements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  22. Saguni
    2023-06-20T21:17:51+05:30Added an answer on June 20, 2023 at 9:17 pm

    For Android development both Java and kotlin are used and even developers have flexibility to choose between both  of them based on requirements and projects preferences.

    Thanks

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  23. AKSHITA Begginer
    2023-06-20T21:28:40+05:30Added an answer on June 20, 2023 at 9:28 pm

    LANGUAGES- Java and Kotlin

    The primary programming language used for Android app development is Java. Java is a versatile and widely adopted programming language known for its stability, performance, and extensive library support.

    However, since the release of Android Studio 3.0 in 2017, the official development environment for Android, Google introduced support for the Kotlin programming language as well. Kotlin is a modern programming language developed by JetBrains, which offers concise syntax, enhanced safety features, and seamless interoperability with existing Java code. It has gained significant popularity among Android developers due to its expressiveness and productivity.

    Both Java and Kotlin are officially supported by Google for Android app development. Developers can choose to use either language or even mix them within the same project, depending on their preferences and project requirements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  24. Niriksha Begginer
    2023-06-20T21:48:52+05:30Added an answer on June 20, 2023 at 9:48 pm

    Java is the  official language for Android Development but now it is replaced by Kotlin which was declared by Google in 2019.

    For NDK C++ language was used but with increased complexity it is less flexible and difficult to set-up.

    C#, Python, HTML, CSS, JavaScript and other languages are also used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  25. Rahul Singh Begginer
    2023-06-20T22:03:14+05:30Added an answer on June 20, 2023 at 10:03 pm

    The programming language that is mainly used for Android Development is Java . Although Java is considered dominant but people are nowadays more shifted toward Kotlin because :

    1. Kotlin uses concise syntax.

    2.Built-in Null safety features.

    3. Adoption of new features .

    and more…

    Some other programming language that we can use for Android development are:

    • C++
    • C#
    • JavaScript
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  26. Anushna Sarma Barua Begginer
    2023-06-20T22:05:42+05:30Added an answer on June 20, 2023 at 10:05 pm

    Java, Python

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  27. Amisha sen Begginer
    2023-06-20T22:16:56+05:30Added an answer on June 20, 2023 at 10:16 pm

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  28. nishanth Begginer
    2023-06-20T22:39:05+05:30Added an answer on June 20, 2023 at 10:39 pm

    Kotlin is the most probably used language for Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  29. nishanth Begginer
    2023-06-20T22:41:02+05:30Added an answer on June 20, 2023 at 10:41 pm

    Kotlin and java languages are most probably used for Android development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  30. Rucha patel
    2023-06-20T22:48:01+05:30Added an answer on June 20, 2023 at 10:48 pm

    There are many different languages that can be used for android programing.

    In current situation the most prefered language by more than 60% developers is kotlin. As kotlin is fast and high performance language.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  31. Krishna challa Begginer
    2023-06-20T22:51:36+05:30Added an answer on June 20, 2023 at 10:51 pm

    Kotlin and Java are primary programming languages considered for most the android application development. But Dart is also the most happening language for both android and ios platforms.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  32. nahidqureshi Begginer
    2023-06-20T22:58:14+05:30Added an answer on June 20, 2023 at 10:58 pm

    java, kotlin, python, etc

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  33. Parul saroj Begginer
    2023-06-20T23:04:30+05:30Added an answer on June 20, 2023 at 11:04 pm
    This answer was edited.

    1. Kotlin 

    Kotlin was announced as the official Android app development by Google in the year 2019 and quickly replaced by Java. One of the reason towards it eliminated the need of semicolons from every single row and brought multiple features and one more reason it was very simple for a beginner to start with.

    2. C#

    C# is syntactically very similar to Java. One major problem was there but later it was solved by some experts and now C# is a very good language to code for Android application.

    3. Java

    Even though Java got replaced by kotlin is still widely used in the world and it’s no wonder why powerful and robust server-side language and has the most completed open source project by developers. This language is most often used for Android development. It’s flexible and Android already has a number of development tools for it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  34. Shivani
    2023-06-21T00:02:33+05:30Added an answer on June 21, 2023 at 12:02 am

    The primary programming language used for Android development is Java. Developers use java to write the core logic. Business logic and user interface component of Android applications.

    In addition to java, Kotlin has gained significant popularity as a modern programming language for Android development. Kotlin is fully interoperable with java, which means developers can seamlessly integrate kotlin code with existing java codebases.

    Other language are c++ and c#, which can be used for variety of purposes such as game development or using cross platform framework like unity or xamarin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  35. luffy Begginer
    2023-06-21T00:27:08+05:30Added an answer on June 21, 2023 at 12:27 am

    well go with Java then move on to kotlin because the Indian market still prefers Java more than kotlin as I have seen in interviews.

    if you are a beginner in android development.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  36. Shreenithi Begginer
    2023-06-21T01:12:16+05:30Added an answer on June 21, 2023 at 1:12 am

    Most Android apps are written using Java and Kotlin. C, C++, and C# are also used. Many developers use C++ for native or cross-platform development within Java or Kotlin Apps.

    Python, Lua, and JavaScript are also used for Android Programming. In the case of JavaScript, knowledge of HTML and CSS is also required.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  37. Aryan Jotwani Begginer
    2023-06-21T01:12:23+05:30Added an answer on June 21, 2023 at 1:12 am

    The primary programming language used for Android app development is Java. An alternative language used for Android app development is Kotlin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  38. Rutuja Begginer
    2023-06-21T01:35:45+05:30Added an answer on June 21, 2023 at 1:35 am

    Java is the most popular language among JavaScript is the way to go if we plan on creating on Android app. Even Python is used for Android programming.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  39. Meghna2433 Begginer
    2023-06-21T01:55:48+05:30Added an answer on June 21, 2023 at 1:55 am

    More than 60 percent of the developers use Kotlin as the primary programming language for Android development. Apart from that, Java and C++ are also used for Android developing systems.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  40. Ritik Tiwari
    2023-06-21T09:46:07+05:30Added an answer on June 21, 2023 at 9:46 am

    The primary programming language used for Android development is Java. Java has been the traditional and official language for Android app development for a long time. It provides a robust and mature ecosystem with extensive libraries, frameworks, and documentation specifically tailored for Android development.

    However, with the introduction of Kotlin, it has gained significant popularity and is now officially supported by Google for Android development. Kotlin offers modern features, enhanced readability, and concise syntax, making it a preferred choice for many developers. It is fully interoperable with Java, allowing developers to seamlessly mix both languages within the same project.

    Therefore, while Java remains a prominent language for Android development, Kotlin has become a popular alternative and is widely adopted by developers due to its advantages.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  41. Krutik Giradkar Begginer
    2023-06-21T09:53:21+05:30Added an answer on June 21, 2023 at 9:53 am

    Programming languages used for Android 

     

    The primary programming languages used for Android development are Java and Kotlin. Java has been the traditional language for Android since its inception and offers a mature ecosystem, extensive community support, and a wide range of libraries and frameworks. It is suitable for building complex applications and is valuable for maintaining and working with existing Android projects.

     

    Kotlin, on the other hand, is a modern programming language developed by JetBrains and officially supported by Google. It provides improved syntax, enhanced null safety, and increased developer productivity. Kotlin’s concise code and reduced boilerplate make it popular for new Android projects. It seamlessly integrates with existing Java code, allowing developers to migrate gradually or fully to Kotlin.

     

    As for the best language, it depends on various factors. Kotlin is gaining popularity rapidly and is considered the preferred language for new projects due to its modern features and better developer experience. However, Java still holds its ground and is beneficial for working with legacy projects and utilizing the vast Java ecosystem. Ultimately, the choice between Java and Kotlin depends on project requirements, team expertise, and personal preferences.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  42. SriChandana Begginer
    2023-06-21T12:55:02+05:30Added an answer on June 21, 2023 at 12:55 pm

    Java is programming language mostly used for any application development. Though there are other programming languages like C, C++, HTML, Python, etc. But Java is best of them used for any development, as its more reliable language. and its a most effective too.

    Other than this Java, we can also use Kotlin too. And its mostly used by android developers, since its a modern statistically programmed language which helps in boost productivity and statistics of the application program.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  43. Sayal_ijain Begginer
    2023-06-21T13:32:59+05:30Added an answer on June 21, 2023 at 1:32 pm

    The Android platform primarily utilizes Java as the main programming language for app development. Java has long been the established language choice within the Android ecosystem, offering developers a robust and versatile toolset through the Android Software Development Kit (SDK).

    Kotlin has gained significant traction as an official language for Android development. Kotlin, a modern and statically-typed language, offers several advantages over Java, including concise syntax, null safety, and enhanced productivity. With its seamless interoperability with Java, developers have embraced Kotlin as a powerful alternative.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  44. anjanajain Begginer
    2023-06-21T13:38:50+05:30Added an answer on June 21, 2023 at 1:38 pm

    Mostly Java is used for android development rather than this there is one more language called Kotlin. In Java you will find many libraries and built in functions while in Kotlin you will find less libraries as compared to Java. But there is one drawback that Java has more coding processes than Kotlin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  45. sanjana singamsetty Begginer
    2023-06-21T13:45:55+05:30Added an answer on June 21, 2023 at 1:45 pm

    The primary programming language for Android development is Kotlin, which is now the recommended and widely adopted language. While Java is still commonly used, Kotlin offers modern features, improved syntax, and better tooling for Android development. Other languages like C++ and JavaScript can also be used for specific purposes within Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  46. Krithick kanna Begginer
    2023-06-21T13:47:16+05:30Added an answer on June 21, 2023 at 1:47 pm
    This answer was edited.

    Generally,Kotlin was used 60% for the Android Development. For some advanced application java is also been used.Kotlin was established by Google for the Android development. We can say that both java and kotlin is used for the Android development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  47. Mudit Khater Begginer
    2023-06-21T13:51:57+05:30Added an answer on June 21, 2023 at 1:51 pm

    The primary language used for Android development is Kotlin.

    You can use other languages like Java, Python and also C++

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  48. pooja Begginer
    2023-06-21T13:53:47+05:30Added an answer on June 21, 2023 at 1:53 pm

    The programming language used for android development is kotlin which is used by many proffesional android developers which helps in boosting productivity,code safety and developer satisfaction

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  49. sathyapriya Begginer
    2023-06-21T13:59:48+05:30Added an answer on June 21, 2023 at 1:59 pm

    The programming language used for android development is kotlin and second prinary languages is HTML/CSS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  50. Pradnya Kamble Begginer
    2023-06-21T14:08:46+05:30Added an answer on June 21, 2023 at 2:08 pm

    The primary programming languages for Android development are Java and Kotlin. Java has been traditionally used, while Kotlin is a newer language that gained popularity and official support from Google. While Java and Kotlin are the most common programming languages for Android development, other languages can also be used through various frameworks and tools. For example, you can use C++ with the Android Native Development Kit (NDK) for performance-critical components, or you can utilize frameworks like React Native or Flutter that allow you to write cross-platform apps using JavaScript or Dart, respectively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  51. Rashmi
    2023-06-21T14:12:25+05:30Added an answer on June 21, 2023 at 2:12 pm

    Java is the main programming language employed in Android development. Since the beginning of the platform, Java has been the standard language for creating Android apps. It offers a stable and adaptable environment for creating Android apps. An extensive selection of libraries and frameworks designed expressly for Android development are available in Java, an object-oriented programming language. These resources can be used by developers to produce robust and feature-rich applications for Android smartphones, tablets, and other devices.

    Kotlin has becoming increasingly popular as an official language for Android development in addition to Java. The Java Virtual Machine (JVM) supports Kotlin, a cutting-edge and expressive language that works in tandem with pre-existing Java code. Many developers find it appealing because of its clear syntax, null safety, and enhanced Java compatibility.

    While Java and Kotlin are the main languages used for Android development, other languages, such as C++, can also be used in some circumstances, such as when performing activities that are performance-critical or when using the Android NDK (Native Development Kit) for native development. However, Java and Kotlin are the suggested and extensively used languages for the majority of Android app development projects.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  52. vikas02k02 Begginer
    2023-06-21T14:23:36+05:30Added an answer on June 21, 2023 at 2:23 pm

    Android development can be done using multiple language which includes Java , Kotlin, C#,C++, Python , Dart etc. But out of all languages Java and Kotlin are primary . Others are not usually recommended as these languages are more compatible and provide various features for fast android development.

    Java and Kotlin both are used for native mobile app development which means it would run on only android device only . So which language to choose from both ? Well , it depends on the person experience . For person in college and want to start to explore android development then they should choose Java as it would work in android as well as in other field too . But if you want to make career in android development then you must choose Kotlin.

    Let’s see some advantage of Kotlin over Java :

    • It’s Completely Interoperable With Java
    • Safer Code
    • It’s (way) More Concise Than Java
    • It Comes With a Smarter and Safer Compiler
    • It’s Easier to Maintain
    • It Has Null in Its Type System
    • It’ll take you less time to write new code in Kotlin, to deploy it and to maintain it at scale.

    In short, competing with newer, lighter, more concise, expressive, and state-of-art feature-packed programming languages turns into an unfair challenge for Java.

    Java isn’t going anywhere, and it will be a long time until it gets completely phased out by Kotlin. So you can choose the language taking in consideration of above points.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  53. Kirti talwar Begginer
    2023-06-21T14:26:43+05:30Added an answer on June 21, 2023 at 2:26 pm

    Java is the most primary language for Android development. It has been the traditional language for Android development.

    Other than Java , Kotlin can also be used to build Android apps. It quickly gained recognization among Android developers and is now widely used for Android app development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  54. SAURAV BAIDYA Begginer
    2023-06-21T14:37:50+05:30Added an answer on June 21, 2023 at 2:37 pm
    What programming language is used for Android development?

    ANDROID DEVELOPMENT IS THE MOST DEMANDING SKILL AND THIS SKILL HAVE A MOST VALUE IN THE TODAYS WORLD. THERE ARE LOTS OF LANGUAGES THAT CAN BE USED FOR ANDROID DEVELOPMENT. JAVA,PYTHON,C++,C# ALL CAN BE USED BUT MOST FAMOUA OF ALL  IS THE KOTLIN. ANDROID STUDIO IS ALSO A PART OF KOTLIN. I HAVE ATTACHED THE OFFICIAL PAGE OF KOTLIN: https://developer.android.com/kotlin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  55. Praveen Kumar V
    2023-06-21T14:44:23+05:30Added an answer on June 21, 2023 at 2:44 pm

    Java and Kotlin are both awesome for developing Android.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  56. Monika D Begginer
    2023-06-21T15:00:03+05:30Added an answer on June 21, 2023 at 3:00 pm

    Hi , according to many Android developers Java is the best chosen one.

    Recently for fast and efficient Kotlin is also used by many developers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  57. Astitva204 Begginer
    2023-06-21T15:11:18+05:30Added an answer on June 21, 2023 at 3:11 pm

    For the modern day android development there are numerous number of languages used some of which are Java , Kotlin, Dart, C++ in addition to that we use  JavaScript for developing web-based components within an Android app.

    Now for the development  of web based component the mobile application we use modern day JavaScript framework as React Native which was developed by Meta Formally Known as Facebook .while React was made for the web development but soon React Native joined the family which is only used for Cross Platform  mobile app (App developed for Android and IOS ) development and captured the market. Application developed with React Native uses the Code and Convert these code to Native code which are written in Java, Kotlin, C++ through native bridge. All these process is done in the background.

    Also Flutter was Introduced by Google as Cross Platform application development Language. Which uses Dart as there Primary language. Flutter  is also increasing and becoming popular choice  of developer for developing mobile application

    In Conclusion we can say that major languages used for android development are Java, Kotlin, C++, Dart. With these adding for versatility to the code we use React Native and Flutter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  58. Nainab Begginer
    2023-06-21T16:17:44+05:30Added an answer on June 21, 2023 at 4:17 pm
    This answer was edited.

    The primary language that people usually use for Android Development is ‘KOTLIN’.

    It is somewhere developed,modern and upgraded statically- typed programing language used by professional Android developers.

    There are some more options such as:

    Java

    C++

    C

    Dart.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  59. Smeet__ Begginer
    2023-06-21T17:53:35+05:30Added an answer on June 21, 2023 at 5:53 pm

    Hi, android programming is so fascinating, isn’t it? When you know your app can be the next Instagram or whatsApp or something like that. Android programming is full of possibilities in the world of android dominant world (atleast at present). So learning android development is gonna be a good thing for now and upcoming future.

    So you want to know best programming languages huh? I guess I can help you with this!

    Best programming languages for android development…

    Java—-> Java is one of the finest programming language present in the industry right now. It has fine number of libraries and all. In fact , most of the earlier android apps were developed in Java programming language. So learning Java is a good skill even in 2019 . If you are new to the android industry and want to learn android development seriously then starting with Java is a brilliant choice. There can be many reasons behind it . Firstly, as being an earlier language for android development, it has a huge documentation support. Secondly, Java is syntactically friendly programming language. However many people claimed that it can be tricky to learn Java at the first place as it a big language to learn. But I feel it is not that hard. Once you start loving it, it will start loving you too.
    Kotlin—> Obviously Kotlin, it should not surprise you. Kotlin is now official language to develop android apps and games(I hope we can develop games with it too). Google announced Kotlin as their official language for app development. Kotlin is new into the business and doing really great. Now you maybe wondering what should I learn? Java or kotlin, right? I guess answer is also pretty simple. If you want to learn android app development just for skill and adding a new project into your portfolio, then go for Java. Believe me Java is just great as kotlin is. But if you want to make your career in the field of android development, then choose kotlin without any confusion. That’s it!!!
    Dart—-> Yeah, you heared it right!, Dart. I hope you must have heared about this language (personally i never used this programming language). Dart is really new into the business for android and is used with flutter for front end I guess. Flutter is like a frame work to develop android apps. But I don’t know that much about flutter so your can search it on web and get more knowledge about it.
    C++→ No I’m not kidding, you heared it right! C++ is still in the business and can do a lot more than just implementing algos and data structures. One can develop native apps using C++.
    So this was the list guys. Hope you enjoyed this article. If you did then make sure to leave an upvote to encourage me to write more.

    If there are any grammatical errors or anything wrong, please let me know, I just wrote it really fast.

    With good wishes,
    Smeet Ghori

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  60. Kalpana chib Begginer
    2023-06-21T18:33:33+05:30Added an answer on June 21, 2023 at 6:33 pm

    There are various programming languages available in internet domain which one can use example: JAVA, Phython,C++, Javascript etc.

    1) C#

    Net programming language developed by Microsoft and supported by Visual studio. It is considered as ” core” language as it can be used for variety of projects . It is a primary language for cross platform app development using Xamarin framework.

    2) Phython

    Phython programming language can be used for Android development through the use of third party tools. Phython apps are famous for higher memory consumption.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  61. Srushti Jagtap Begginer
    2023-06-21T18:58:55+05:30Added an answer on June 21, 2023 at 6:58 pm

    Android developement is not limited to any one programming language.we can develop Android app in any various languages which includes:

    1 . Kotlin

    2 . Java

    3.  Python

    4 . Android Native development kit allows us to use c and CPP code in android development.

     

    There are a lot of languages but you have to choose language according to your requirements and skills.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  62. Sabarish
    2023-06-21T19:34:37+05:30Added an answer on June 21, 2023 at 7:34 pm

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    Java

    C++

    Dart

    Corona

    Python

    CSS

    HTML

    JavaScript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  63. Javeriya Begginer
    2023-06-21T19:41:11+05:30Added an answer on June 21, 2023 at 7:41 pm

    Java is a popular and widely-used programming language that has been the traditional language for developing Android applications. In recent years, Google has introduced Kotlin as an official programming language for Android development.

    While Java and Kotlin are the two main programming languages for Android development, other options exist as well. For example, it is possible to develop Android applications using C++ and the Android NDK (Native Development Kit) for performance-critical parts or when integrating with existing C/C++ code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  64. Subhoshree Sen
    2023-06-21T20:03:39+05:30Added an answer on June 21, 2023 at 8:03 pm
    • Over 60% of experienced Android developers use Kotlin, a contemporary statically typed programming language that increases productivity, developer happiness, and code safety.
    • Both Kotlin and Java are fantastic programming languages, yet they have some key distinctions. Kotlin has contemporary features and clear syntax, which appeal to many developers while Java is a more established language with a strong community and many libraries.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  65. Manichandana Teacher
    2023-06-21T20:32:32+05:30Added an answer on June 21, 2023 at 8:32 pm

    java , python , c++,c#,css,html,javascript based on the user requirements  we can use various programming languages for android development .

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  66. [Deleted User]
    2023-06-21T20:56:29+05:30Added an answer on June 21, 2023 at 8:56 pm

    There are many languages which can be used for android development. But if you are a beginner and want to go with handy code there are two languages which can help us to develop an app. So there are two languages Kotlin and Xml. Kotlin is basically used for creating back end and Xml is used for the front end. Java is also the language which most people used but java also has it’s own drawbacks. Therefore Kotlin was introduced as the transitional version of java. Hence your go to languages for android development can be Kotlin and Xml

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  67. bhatmajid Begginer
    2023-06-21T20:58:15+05:30Added an answer on June 21, 2023 at 8:58 pm

    The primary programming language used for Android app development is Java. Java has been the traditional language for Android development for many years and is still widely used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  68. Ahad Arif Begginer
    2023-06-21T21:06:42+05:30Added an answer on June 21, 2023 at 9:06 pm

    The primary programming language used for Android development is Java. Java has been the traditional language for developing Android apps for many years and is widely supported by the Android platform.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  69. samiksha zelkar Begginer
    2023-06-21T22:18:57+05:30Added an answer on June 21, 2023 at 10:18 pm

    kotlin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  70. Sanika Deshmukh
    2023-06-22T11:42:38+05:30Added an answer on June 22, 2023 at 11:42 am

    Android applications are mostly developed using Java and Javascript. It is the most popular language used by the developers. It is an object-oriented language with no complexities like previously existing programming languages. According to recent studies, 69.7 % of developers are using Javascript.

    Along with Javascript HTML/C++ is also used as it is the second most popular language among developers it is used for creating webpages and web applications.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  71. Munish Begginer
    2023-06-22T14:43:37+05:30Added an answer on June 22, 2023 at 2:43 pm

    Java: Java has been the traditional and widely adopted language for Android app development. It is an object-oriented language that provides a vast ecosystem, extensive libraries, and robust community support. Many Android development frameworks and tools are built specifically for Java.

    Kotlin: Kotlin is a modern programming language that has gained significant popularity in recent years for Android development. It is fully interoperable with Java, meaning Kotlin code can seamlessly coexist with Java code in an Android project. Kotlin offers concise syntax, enhanced null safety, improved developer productivity, and several modern language features.

    Both Java and Kotlin can be used to build high-quality Android applications. Google officially supports both languages, and developers have the flexibility to choose the one that best suits their needs and preferences. Kotlin, in particular, has gained considerable momentum and is increasingly becoming the language of choice for new Android projects.

    JavaScript: Although primarily used for web development, JavaScript can be used for Android app development through frameworks like React Native and NativeScript. These frameworks enable the creation of native-like mobile applications using JavaScript.

    Dart: Dart is the programming language used for developing applications with the Flutter framework. Flutter allows you to build cross-platform apps, including Android, iOS, web, and desktop applications, using Dart. Dart offers a reactive and component-based programming model, along with a rich set of pre-built UI components, resulting in fast and visually appealing apps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  72. Keshireddyvidhya Begginer
    2023-06-22T14:51:38+05:30Added an answer on June 22, 2023 at 2:51 pm

    The primary programming language used for Android development is Java

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  73. Debasmita Begginer
    2023-06-22T14:55:26+05:30Added an answer on June 22, 2023 at 2:55 pm

    You can use C, C++ , Java or Python for Android development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  74. Ronitmalhotra Begginer
    2023-06-22T15:03:03+05:30Added an answer on June 22, 2023 at 3:03 pm
    This answer was edited.

    Android – Java, Kotlin

    iOS – Swift

    Cross platform – flutter using dart

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  75. Zoya Tarannum Begginer
    2023-06-22T15:10:01+05:30Added an answer on June 22, 2023 at 3:10 pm

    Java , Python , kotlin

    Kotlin is one the most widely used programming language used for application development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  76. BIMAN PATRA Begginer
    2023-06-22T15:40:10+05:30Added an answer on June 22, 2023 at 3:40 pm

    The primary programming language used for Android development is Java. Java has been the traditional language for developing Android applications since the inception of the platform. It offers a robust set of libraries, frameworks, and tools specifically tailored for Android development.

    However, it’s worth noting that there are now alternative programming languages available for Android development. One notable example is Kotlin, which has gained significant popularity in recent years and is officially supported by Google for Android development. Kotlin offers modern language features, enhanced productivity, and improved code readability compared to Java.While Java remains widely used, Kotlin has become a popular choice among developers due to its concise syntax, null safety, interoperability with Java, and overall developer-friendly features.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  77. CharuTyagi
    2023-06-22T16:00:53+05:30Added an answer on June 22, 2023 at 4:00 pm

    Kotlin is one of the most and widely used programming languages for android development. Other than that, Java, C++, C , etc can be used in developing Android applications.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  78. AdityaKumar1508 Begginer
    2023-06-22T16:30:26+05:30Added an answer on June 22, 2023 at 4:30 pm

    If you are planning to a create an android app. Then you can go with following below mentioned languages:

    1.JavaScript

    2.HTML or CSS

    3.Kotlin

    4.Python etc…

    These are the following list of programming languages used for android development. Among  these the most popular programming language used is JavaScript, which is easy to learn. and the second most popular languages used by the programmer is HTML/CSS which provides you  the Front End Part of Android App Development.

    JavaScript is the Programming language used for creating web. It makes our Page Responsive.

     

     

     

    For more Doubts ,Contact me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  79. Poorna Begginer
    2023-06-22T17:51:18+05:30Added an answer on June 22, 2023 at 5:51 pm

    -JAVA is the first official language for android development

    -kotlin is the current official language for android app development

    -C++ can be used in android development using Android native development kit {NDK} (this helps in using C ++ code libraries as required)

    -C# is also used in android development .This implements GARBAGE COLLECTION

    – PYTHON is also used for android app development . android doesn’t support native python but by using various tools the python apps are converted into android packages that runs on android.

    -DART is the open source programming language that powers the Flutter frame work.It is designed by google as a client-optimised language for fast apps on all the platforms

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  80. Lalitha Tanikella Begginer
    2023-06-22T18:09:17+05:30Added an answer on June 22, 2023 at 6:09 pm

    kotlin as it contains many in built functions

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  81. Sweety Begginer
    2023-06-22T18:14:06+05:30Added an answer on June 22, 2023 at 6:14 pm
    1. 1. JAVA was the first official language for  Android Development.
    2. Python is used for Android Development
    3. And currently Kotlin used for Android Development.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  82. Namrata sarma Begginer
    2023-06-22T19:26:29+05:30Added an answer on June 22, 2023 at 7:26 pm

    Javascript and now a days kotlin is used for Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  83. Sahil Begginer
    2023-06-22T19:54:51+05:30Added an answer on June 22, 2023 at 7:54 pm

    Html, Java, python c++,csharp and many more

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  84. Raj Kumar Begginer
    2023-06-22T19:58:17+05:30Added an answer on June 22, 2023 at 7:58 pm

    The primary programming language used for Android app development is Java. Java has been the traditional language for Android development since the inception of the Android platform. It provides a robust and comprehensive set of libraries and frameworks specifically designed for building Android applications.

    However, it’s worth noting that Kotlin has gained significant popularity and has become an officially supported language for Android development. Kotlin is a modern, statically-typed programming language that runs on the Java Virtual Machine (JVM) and offers several advantages over Java, such as improved syntax, null safety, and enhanced productivity. Many developers have transitioned to using Kotlin for Android app development due to its conciseness and powerful features.

    Both Java and Kotlin can be used interchangeably for Android development, and you can even mix them within the same project. The choice between Java and Kotlin depends on your personal preference, project requirements, and team considerations.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  85. Riya Begginer
    2023-06-22T20:18:59+05:30Added an answer on June 22, 2023 at 8:18 pm

    Kotlin and java are the languages which is used for android devices.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  86. Amar Vijay Kamthe Begginer
    2023-06-22T20:26:37+05:30Added an answer on June 22, 2023 at 8:26 pm

    1.JAVA was the first official language for Android Development.
    2.Python is used for Android Development

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  87. Abhishek Kushwah
    2023-06-22T21:01:32+05:30Added an answer on June 22, 2023 at 9:01 pm

    Kotlin, Java.

     

    The primary programming language used for Android development is Kotlin. Kotlin is a modern, statically-typed programming language.

     

    While Java has been the traditional language for Android development. Java is still widely used in Android development, and many existing Android applications are written entirely in Java.

     

    Other programming languages like C++ and JavaScript can be used for specific purposes in Android development, such as performance-critical parts or web-based technologies (e.g., React Native or Flutter).

     

    However, Kotlin is the recommended and most commonly used language for developing Android applications.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  88. Pavan701
    2023-06-22T22:39:32+05:30Added an answer on June 22, 2023 at 10:39 pm

    java language and the kotlin language will be used..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  89. Sayak Begginer
    2023-06-22T22:56:14+05:30Added an answer on June 22, 2023 at 10:56 pm

    For Android development as primary language Kotin is used.

    Java is also used for android development. Also android apps uses C++ with the Android NDK(Negetive Development Kit) for better performance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  90. K.Rachana Begginer
    2023-06-22T23:01:22+05:30Added an answer on June 22, 2023 at 11:01 pm

    kotlin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  91. Anushka Mukherjee Begginer
    2023-06-23T05:18:05+05:30Added an answer on June 23, 2023 at 5:18 am
    This answer was edited.

    Java is the main programming language employed in the creation of Android apps. Since the beginning of the platform, Java has been the standard language for Android development. With the Android Software Development Kit (SDK) and various libraries and frameworks made expressly for creating Android applications , it offers a sophisticated and well – supported development environment.

    It’s important to note, though , that the Android platform started offering formal support for the Kotlin programming language with the 2017 release of Android Studio 3.0. JetBrains created the statically-typed, contemporary programming language Kotlin, which has numerous benefits over Java, including expanded functional programming capabilities, null safety, and better syntax. Kotlin’s expressiveness and conciseness have helped it become incredibly popular among Android developers.

    While Java and Kotlin are the main programming languages used for and Android development, it’s also possible to build Android apps using other languages such as C++ using Android NDK (Native Development Kit) or using frameworks like React Native or Flutter, which allow cross-platform development using JavaScript or Dart, respectively. However, these alternatives are not as commonly used as in Java and Kotlin for native Android app development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  92. snigdha
    2023-06-23T13:38:13+05:30Added an answer on June 23, 2023 at 1:38 pm

    java,Kotlin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  93. Deepak Yadav
    2023-06-23T14:53:16+05:30Added an answer on June 23, 2023 at 2:53 pm

    Java and c++ use in Android development.

    In current days, flutter is one of the most preferred language in Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  94. Namrata sarma
    2023-06-23T14:53:30+05:30Added an answer on June 23, 2023 at 2:53 pm

    Javascript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  95. Raj Mishra Begginer
    2023-06-23T15:20:25+05:30Added an answer on June 23, 2023 at 3:20 pm

    While Kotlin is the official language for Android, there are many other languages that can be used for Android App Development. Details about these are provided below to help you make an informed decision.

     

    1. Java

    Firstly Java was the official language for Android App Development (but now it was replaced by Kotlin) and consequently, it is the most used language as well.

    All in all, Java is a great language to experience the full joys of Android App Development. However, it may be a little complex for beginners who would prefer to start with something easier and then return to it.

    2. Kotlin

    Now Kotlin is the official language for Android App Development declared by Google in 2019. Kotlin is a cross-platform programming language that may be used as an alternative to Java for Android App Development. It has also introduced as a secondary “official” Java language in 2017. Kotlin can interoperate with Java and it runs on the Java Virtual Machine.

     

    The only sizable difference is that Kotlin removes the superfluous features of Java such as null pointer exceptions. It also removes the necessity of ending every line with a semicolon. In short, Kotlin is much simpler for beginners to try as compared to Java and it can also be used as an “entry point” for Android App Development.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  96. Anmol Gangwar
    2023-06-23T15:51:42+05:30Added an answer on June 23, 2023 at 3:51 pm

    The languages used for Android development are java, python, kotlin and many more.

    The framework which are used for this are Android studio and kivy.

    Flutter is also used for the development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  97. Shadow Begginer
    2023-06-23T16:16:32+05:30Added an answer on June 23, 2023 at 4:16 pm

    The two most popular programming languages for Android development are Java and Kotlin. Java was the original language used for Android development, and it is still the most widely used language today. Kotlin is a newer language that is gaining popularity due to its conciseness and safety features.

    Ultimately, the best language for Android development depends on your individual preferences and needs. If you are new to Android development, Java is a good choice because it is widely used and well-supported. If you are looking for a more concise and safe language, Kotlin is a good option.

    In addition to Java and Kotlin, there are a few other programming languages that can be used for Android development, including:

    • C/C++: These languages can be used to write native code for Android, which can improve performance. However, they are more difficult to learn and use than Java or Kotlin.
    • Python: Python is a scripting language that can be used to develop Android apps. It is not as widely used as Java or Kotlin, but it is a good choice for simple apps or prototypes.
    • JavaScript: JavaScript can be used to develop hybrid apps that run on both Android and iOS devices. However, it is not a good choice for native Android apps.

    I hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  98. Sukanya
    2023-06-23T16:24:25+05:30Added an answer on June 23, 2023 at 4:24 pm

    For the Android development there are few programming languages are available and we can use that programming languages in the development of android.

    The programming languages available for Android development are:

    Kotlin

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    Java

    Java is a programming languages used for Android app development.

    Java is a object oriented,the primary goal of Java is simple,object oriented,secured and high level.

    Where we can design the Android applications using both kotlin and java,we can design in Android studios.This programming languages are most important in Android development.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  99. manasa
    2023-06-23T16:25:33+05:30Added an answer on June 23, 2023 at 4:25 pm

    Java is the programming Language that is used for android application development since its inception back in 2008. well, there are many languages that could be used to build android applications like C#,C++, Kotlin, Python,(HTML,CSS&javaScrpt),etc. java is extensively used in developing applications because of it’s high  acceptance with google and large online community supporting it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  100. ADITYA RAJ GAUR
    2023-06-23T16:27:01+05:30Added an answer on June 23, 2023 at 4:27 pm
    1.  Java and kotlin are the language specifically used for Android development. but Kotlin is now the most demanding language for Android development. Kotlin language gets 60 % more hike than Java. Because kotlin is easy to use and effective in comparison to java. Kotlin is also created and published and maintained by Google.
    2. In world’s opinion the kotlin have advantages over Java, because of its compatibility and effective in use.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  101. Aniket Ojha
    2023-06-23T16:27:23+05:30Added an answer on June 23, 2023 at 4:27 pm

    The most commonly used language for Android App development is JAVA which is being used from the time the development of the projects started and it was primary tool but in the current times the use of Kotlin is at an higher demand with the ease of use kotlin provides  and there is no need of using an environment which needs far more logic then as compared to that of java and now in the case of kotlin it  provide high ui experience with the use of real time emulator system.

    so, to answer in short the best language is an questionable debate but ot depends on the users preferences.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  102. B Ananya
    2023-06-23T16:27:44+05:30Added an answer on June 23, 2023 at 4:27 pm

    Kotlin

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  103. Amisha sen
    2023-06-23T16:31:16+05:30Added an answer on June 23, 2023 at 4:31 pm

    Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  104. Sejal kishor patil
    2023-06-23T16:32:13+05:30Added an answer on June 23, 2023 at 4:32 pm

    Kotlin is a modern statically typed programming language used by 60%of profesional  Android developers that helps boots productivity..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  105. BRIJESH KUMAR VERMA
    2023-06-23T16:32:54+05:30Added an answer on June 23, 2023 at 4:32 pm

    if you want to go with native development then go with java or kotlin..

    and if you want to go with cross platform development then go with flutter(best)..

     

    HOPE IT’LL HELP:)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  106. Swarnava paul
    2023-06-23T16:33:22+05:30Added an answer on June 23, 2023 at 4:33 pm

    We use Java and kotlin for native Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  107. BANOTH KIRAN
    2023-06-23T16:34:00+05:30Added an answer on June 23, 2023 at 4:34 pm
    1. In modern way we use Kotlin and previously we used to use Java and html/CSS is used
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  108. Prapti
    2023-06-23T17:13:32+05:30Added an answer on June 23, 2023 at 5:13 pm

    Java is the primary programming language used for Android development. However, Kotlin is also becoming increasingly popular as an alternative to Java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • Prapti
      2023-06-23T17:14:39+05:30Replied to answer on June 23, 2023 at 5:14 pm

      Java is the primary programming language used for Android development. However, Kotlin is also becoming increasingly popular as an alternative to Java.

      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
  109. Manogna_yamani Begginer
    2023-06-23T21:55:08+05:30Added an answer on June 23, 2023 at 9:55 pm

    The Android platform makes considerable use of and supports Java, a well-known programming language. Recently, Kotlin has become quite well-liked and is also a suggested language. Another advantage is that Java and Kotlin can work together, and vice versa.

     

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  110. Reona pinto Begginer
    2023-06-23T22:39:11+05:30Added an answer on June 23, 2023 at 10:39 pm

    Java has always been the official language for android app development but now it is replaced by Kotlin.
    However, Java is a complicated language for a beginner to use as it contains complex topics like constructors, null pointer exceptions, concurrency, checked exceptions, etc.

    The only sizable difference is that kotlin removes the superfluous features of Java such as null pointer exceptions. It also removes the necessity of ending every line with a semicolon. In short, Kotlin is much simpler for beginners to try as compared to Java and it can also be used as an “entry point” for Android App Development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  111. singhsimran19826 Begginer
    2023-06-24T10:47:23+05:30Added an answer on June 24, 2023 at 10:47 am

    Java,bluejay,C++

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  112. Gangadhar Begginer
    2023-06-26T12:17:18+05:30Added an answer on June 26, 2023 at 12:17 pm

    Java,Kotlin,Flutter

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  113. ISHIKA NIGAM Begginer
    2023-06-26T13:08:42+05:30Added an answer on June 26, 2023 at 1:08 pm

    The primary programming language used for Android app development is Java. It has been the traditional language for developing Android applications for many years. However, starting from 2017, Google introduced Kotlin as an officially supported language for Android development, and it has gained significant popularity among developers. Kotlin is now considered the preferred language for developing Android apps by many developers and organizations.

     

    Both Java and Kotlin are fully supported by the official Android development tools and frameworks provided by Google. They offer similar capabilities and can be used interchangeably in an Android project, allowing developers to choose the language that suits their preferences and project requirements.

     

    In addition to Java and Kotlin, there are also other programming languages that can be used for Android development, such as C++ using the Android NDK (Native Development Kit) for performance-critical parts of an application, or frameworks like React Native or Flutter that allow developers to write cross-platform apps using JavaScript or Dart, respectively. However, Java and Kotlin remain the most widely used languages for native Android development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  114. abhinavverma6391 Begginer
    2023-06-26T13:43:20+05:30Added an answer on June 26, 2023 at 1:43 pm

    Java has been the traditional language for Android development since the inception of the platform. It provides a robust and mature development environment with a wide range of libraries and tools specifically designed for building Android applications.

    But there are more languages instead of java such as flutter dart and other languages which are used for frame work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  115. Gana Begginer
    2023-06-26T14:14:45+05:30Added an answer on June 26, 2023 at 2:14 pm

    The most popular programming languages for Android development are Java and Kotlin. Both languages are object-oriented and run on the Java Virtual Machine (JVM). Java is the older language and has been used for Android development since the beginning. Kotlin is a newer language that was developed by JetBrains and is gaining popularity due to its conciseness and safety.

    Here are some of the pros and cons of using Java and Kotlin for Android development:

    Java

    Pros:
    Widely used and supported by a large community
    Mature language with a lot of libraries and resources available
    Easy to learn and understand
    Cons:
    Can be verbose and error-prone
    Not as concise as Kotlin
    Kotlin

    Pros:
    Concise and safe language
    Interoperable with Java
    Gaining popularity among Android developers
    Cons:
    Not as widely used as Java
    Some libraries and resources may not be available
    Ultimately, the best programming language for Android development is the one that you are most comfortable with. If you are new to Android development, I recommend starting with Java as it is the more widely used language. However, if you are looking for a more concise and safe language, Kotlin is a good option.

    Here are some other programming languages that can be used for Android development:

    C/C++: These languages can be used to write native code for Android apps. This can be useful for performance-critical applications.
    Python: Python can be used to write Android apps using the Kivy framework. This framework is a good option for developing cross-platform apps.
    JavaScript: JavaScript can be used to write Android apps using the React Native framework. This framework is a good option for developing mobile apps that are also compatible with the web.
    I hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  116. Yash bhosale
    2023-06-26T15:59:08+05:30Added an answer on June 26, 2023 at 3:59 pm

    JAVA

    KOTLIN

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  117. sanjanaj5 Begginer
    2023-06-26T17:24:34+05:30Added an answer on June 26, 2023 at 5:24 pm

    The primary programming language used for Android development is Java, but Kotlin is also a popular alternative that has gained significant popularity among Android developers.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  118. sanjeevini javali Begginer
    2023-06-29T14:59:33+05:30Added an answer on June 29, 2023 at 2:59 pm

    If you come from a web background then just go with JavaScript. You have a couple of options and they are react native, nativescript, PhoneGap, jQuery mobile and many more.If you never programmed before then you can just start with Java…. I have nothing else to say… Just start with Java

    If you have Java experience but not with the mobile platform then start with Java anyway and if you don’t like Java then slowly move to kotlin.

    Know this… Android isn’t iOS. Meaning kotlin isn’t replacing Java like Swift is replacing Objective C. It’s just an easier way to write code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  119. Ayush Vardhan Begginer
    2023-06-30T18:27:10+05:30Added an answer on June 30, 2023 at 6:27 pm

    The most popular and official is Java.If you want to learn the official and most widely used languages for Android, you should go with Java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 3k
  • Answers 2k
  • Best Answers 34
  • Users 5k
  • Popular
  • Answers
  • Mohammed aleem hasan

    What programming language is used for Android development?

    • 65 Answers
  • Manichandana

    Is this mandatory to write css code in making a ...

    • 58 Answers
  • vishakha_1713

    How to decide whether to use DELETE statement or DROP ...

    • 46 Answers
  • Matted
    Matted added an answer Media portrayals have played a significant role in shaping attitudes.… December 17, 2025 at 6:12 pm
  • Katharine369
    Katharine369 added an answer The more realistic the top rated sex doll appears, the… November 25, 2025 at 1:53 pm
  • james223
    james223 added an answer My life is measured in kilometers and rupees. The smell… November 21, 2025 at 6:20 pm

Related Questions

  • dumpstop9

    Https://Vaild.Work/ sell Dumps track 1&2 Real CC Cloned Cards ATM ...

    • 0 Answers
  • dumpstop9

    https://vaild.work/ Selling PayPal&Cashapp Buy CCV Data Track 1/2 Cloned Card ...

    • 0 Answers
  • dumpstop9

    Vaild.Work =  Real Dumps Shop Track 1&2 Valid 90%+ This ...

    • 0 Answers

Top Members

saningh

saningh

  • 5 Questions
  • 116 Points
Pundit
Vishnu M

Vishnu M

  • 2 Questions
  • 96 Points
Teacher
Jimekalmiya

Jimekalmiya

  • 57 Questions
  • 77 Points
Teacher

Trending Tags

#css #html #questions 3d printing ai android android development android studio answer api app development c++ coding data Database developer development error flutter hacking help ios java javascript kotlin machine learning ml performance php plugin plugins poll programming python question security seo social media sql technology theme web web development website WordPress word press wordpress development wordpressdevelopment wordpress error wordpress errors

Explore

  • Recent Questions
  • Most Answered
  • Answers
  • Most Visited
  • Most Voted
  • No Answers
  • Feed
  • Favorites Questions

Footer

W3make forum is a social questions & Answers platform which will help you establis your community and connect with other people.

Legal Stuff

  • Privacy Policy
  • Terms and Conditions

Help

  • Questions Feed
  • Blog
  • Contact Us

Follow

© 2023 W3make.com | All Rights Reserved.

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.