简体   繁体   English

我们可以使用 python 创建原生 android 应用程序吗?

[英]Can we create a Native android application using python?

I want to Create an Application that is build using python language with native.我想创建一个使用 python 语言和本机语言构建的应用程序。 But I am not getting anything但我什么也没得到

As far as I know, native applications are written in a language that the platform you want to develop the application for supports.据我所知,本机应用程序是用您要开发应用程序的平台支持的语言编写的。 For example, native android solutions would be applications written in Java or Kotlin, for iOS apps written in Swift. For example, native android solutions would be applications written in Java or Kotlin, for iOS apps written in Swift. To the best of my knowledge, Android does not support Python for the development of an application.据我所知,Android 不支持 Python 用于开发应用程序。

Native Android applications can only be written in Java or Kotlin languages.原生 Android 应用程序只能用 Java 或 Kotlin 语言编写。 Kotlin is currently the official language for coding Android Apps due to its many advantages over Java eg Reduces boilerplate codes. Kotlin 目前是编码 Android 应用程序的官方语言,因为它比 Java 具有许多优势,例如减少样板代码。 It also introduces functional features to support Java interoperability.它还引入了支持 Java 互操作性的功能特性。

You can also code android applications using C and C++ languages by Installing the NDK and CMake.您还可以使用 C 和 C++ 语言编写 android 应用程序,方法是安装 NDK 和 ZDF49ADAB93B45E0C10C78143F。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们可以在应用程序之外创建一个弹出窗口吗? (安卓工作室) - Can we create an popupwindows outside of the application ? (Android Studio) 我们如何在 Android 应用程序中创建 Kafka 生产者? - How can we create Kafka producer in Android application? 我们可以使用 html 和 javascript 为独立应用程序创建 GUI 吗? - Can we create GUI for standalone application using html and javascript? 我们如何使用本机API扩展Solr在我们自己的Java应用程序中的功能 - How we can extend the capabilities of Solr in our own Java application using the native API 我们可以仅使用Vaadin来创建完整的端到端Web应用程序吗 - Can we create a fully end to end web application by using Vaadin only Xamarin-android应用程序可以更新为本机java android应用程序吗? - Can a Xamarin-android application be updated to native java android application? 我们可以使用Selenium Webdriver构建应用程序吗? - Can we build an application using selenium webdriver? 我们如何使用android硬件camera2创建后台相机服务 - How we can create a Background camera service using android hardware camera2 我们可以使用JPA QueryDSL创建表吗 - Can we create a table using JPA QueryDSL 使用Bayeux协议创建Android本机功能 - Create android native feature using Bayeux Protocol
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM