Does Rhodes actually create a Native app or a Hybrid app
Rhodes claims to be able to build Native apps but I’m not sure or not if this means a native shell + embedded Web Browser like PhoneGap or does it create a true Native app like (I believe) Titanium does.
What to learn after standard C++? [closed]
Closed 12 years ago.
Cross-platform desktop programming: C++ vs. Python [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
JavaFX 2.0 vs Qt for cross platform stand-alone application [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How are crossplatform/multiple-OS C++ projects planned in terms of code and tools?
I want to create a project in C++ that can work in Windows, Linux and Embedded Linux.
How to plan/manage multi-platform (mobile) products?
Say I’ve to develop an app that runs on iOS, Android and Windows 8 Mobile. Now all three platforms are technically in different program languages. The only ‘reuse’ that I can see is that of the boxes-and-lines drawings (UML 🙂 charts and nothing else.
Developing a cross-platform interface for writing to hardware like PicKit OR USB over the web?
I thought long and hard on weather to put this question in programmers or stack overflow. Please let me know if this is not the right place and I will post it to SO.
How to unit test code which is intended to have different results on different platforms
I noticed some duplicate code in a codebase I am working on that appended a filename to a directory path, so I decided to refactor it into its own method. The application I am working on is not well tested, however; I just set up the first unit tests on it two days ago, so I am very concerned to get as much code under test as possible whenever I touch it.
Is it possible to use the Intel C/C++ compiler on Linux to create object files to be linked on Windows?
Why?
How to organize cross platform js/web application?
My friend and I are working on an application that already works for Windows 8 and is written in Javascript, HTML, and CSS. Our desire is to make it cross platform for areas like windows mobile, chrome, firefox, and android.