The subject line has the whole question- this looks like a good solution for mobile devices, but I need to build an app that works on phones, tablets, and those old-fashioned big boxes usually called "computers".
Can I use MoSync on Windows and Mac computers?
Hi, the short answer is 'not really'. MoSync does come with its own emulator, MoRE, which is bundled with MoSync for Windows and Mac, to let you test code during development, but it looks like a phone and it isn't designed for redistribution.
Thanks. Too bad, it would be great to be able to build apps for all platforms with one toolset.
Sorry for my poor English :-)
I need MoSync apps also on desktop (or netbook) without microemulator ( J2ME) or another emulators.
In future it is possible? If yes - when?
Now i think maybe J2ME -> java decompiler -> J2EE compiler will work?
Or another way?
Thanks.
Hi, I think that building desktop apps is something which can be done in the near future, but not in MoSync 3.0. I think it would be relatively simple to produce HTML5 apps on desktop for instance, but there maybe prerequisites about which browsers are installed on the desktop.
J2ME -> java decompiler -> J2EE (or more likely J2SE) would be very painful. You can use the MicroEmulator (http://www.microemu.org/) as a target platform, which is a J2ME implementation on J2SE, so you can deploy it as a desktop app.
Sam, can you elaborate on HTML5 apps for the desktop?
I need to build applications that run on Win, Mac, and mobile platforms without a browser. I've been trying to figure out if HTML5 could do that but the answer is not yet clear- maybe that's because HTML5 is still being developed? My alternative is to build a mini-browser that doesn't look like a browser on each platform. We'll be using the web for data, but it has to look like an application running on each platform.