Answer the question
In order to leave comments, you need to log in
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
Notepad yes! Only HTML5 has limited read-write access to files.
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question