English 中文(简体)
能否用沙尔语书写SiOS和Andan的双向照相机?
原标题:Is it possible to use Python to write cross-platform apps for both iOS and Android?

可能的话,是用沙尔来书写对西里和安都灵的跨层照相机。

最佳回答

安妮·谷歌提供了一些称为ASE(Android casting Environment)的节目,使文字(Python included)能够使用安乐。 详情rel=“noreferer”>here

For iOS, it might be quite a bit more complicated (and I d advise to check the latest version of iOS SDK agreement to check the current state of the law - apple tends to allow & disallow such apps periodically). For the technical part you might need to interface between Python & Objective C as well as do some wizardry to statically link all the libraries Python requires; full details are available here. Another approach for iOS Python development would be to embed a Python interpreter into you app and distribute your Python script with it (so to play nicely with Apple rules). In this case your Python application would be a Python interpreter which is packaged with your script and runs it automatically.

第二项选择是使用基夫框架(kivy.org)——它是一个框架,用于撰写对沙尔的友好应用,并为不同的平台包装。 它支持了一段时间,最近又增加了对OS的支持。

问题回答

选择/kivy: a 冷却平台波什框架,用于安乐、温7、含水层、MacOSX和OS。

更新:基夫项目每天都在增长,现在也支持罗伯里·皮

For writing a GUI applicaion you can use the Toga library,then package it with briefcase into a Android and/or iOS app (or Windows, Linux, macOS etc).

<>说明:项目仍处于甲型状态,但正在迅速发展。

正如@piertoni提到的那样,BeeWare 使本土的Sito &Anders to be written in-030。

您可尝试并结合here)。 另一方面,如果你知道有关 Java/超文本5的比喻,你可以使用网上电文的本地功能,例如

The s Firekey (FMX)

数据和元数据交换是开发使用“灰色”的跨层应用的相当新框架,但我可以诚实地说,这是目前最好的应用!

它比所有其他全球倡议框架都好得多。 有了FMX,你就能够利用Windows、MacOS、Andrean和Atlin的单一密码基。

该系统尚未获得支持,但计划在不远的将来进行。

我认为,FMX值得一提。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签