Z
Z
zemelya_20142015-03-01 18:34:35
Cross-platform
zemelya_2014, 2015-03-01 18:34:35

On what and in what editor can I write a cross-platform application?

The future application should be launched by the user both on the desktop (Windows, MacOs) and on gadgets for Android or Ios. The application should be able to write/read the results of user reactions (in real time every 0.1-5 sec, 15-20 values ​​each record) offline to a file on the user's side. How to do it better?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
W
Winner_DE, 2015-03-01
@Winner_DE

Notepad not?

Z
zemelya_2014, 2015-03-01
@zemelya_2014

Notepad yes! Only HTML5 has limited read-write access to files.

1
1LactariuS, 2015-03-01
@1LactariuS

Check out Qt if cross-platform is so important to you. This is basically a C++ development environment
https://en.wikipedia.org/wiki/Qt_%28software%29#Su...
doc.qt.io/QtSupportedPlatforms/index.html
There is also Unity, which allows you to port applications to everything what is possible. But it is usually used for applications with visualization (such as games). Not sure if it will suit you. unity3d.com
I don't know others, but you can probably google something else.

A
Alexander Taratin, 2015-03-02
@Taraflex

www.openfl.org
Editor
www.flashdevelop.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question