The cross-platform tag has no wiki summary.
-1
votes
0answers
172 views
What are the IDE's available for cross-platform C++ GUI Application Development? [closed]
What are the IDE's available for cross-platform C++ GUI Application development that have the following features:
Drag and drop of controls
Code editor
'Intellisense', if possible
Except the Qt ...
1
vote
1answer
100 views
HTML5 PhoneGap Mobile development? [closed]
I want some suggestions about the project concepts/ideas on HTML5 PhoneGap mobile app development. I want to develop some app that can be a learning curve to get to know about these technologies. Any ...
2
votes
2answers
175 views
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 ...
1
vote
1answer
58 views
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.
My friend and I am developing a ...
4
votes
1answer
63 views
Continuous “Platform” Integration?
We have accumulated a large codebase of somewhat-well-document projects, many of which aren't actively being used, but that we want to be able to start using again quickly if necessary.
What is the ...
0
votes
0answers
37 views
Audio Sync : Detecting current time of a program
I am trying to do some audio sync things (see Wikipedia on acoustic fingerprints).
I know it is possible to place watermarks in an audio signal to analyse it later, but how would I do to get the ...
-2
votes
1answer
282 views
Has Java's reputation been permanently damaged by recent security exploits which have targeted applets in the browser? [closed]
I have to build several small(ish) business applications for various purposes. Primarily for myself but I would like to have the option in the future of selling them to other companies. Since I use a ...
-5
votes
3answers
489 views
What would be the best Programming language for web applications so that code can compile and ship as a package [closed]
I want to create a web application and ship it to the clients as a package which would contain an embedded webserver, an embedded db and the compiled code.
I want the s/w to be very fast and use less ...
0
votes
1answer
365 views
Fastest native C++ multi-platform compiler & IDE & debugger [closed]
If I'll begin developing cross platform applications, The complied file speed is very important for me .
I have research before than and find same result about IDE :
(I ignored eclipse because very ...
0
votes
3answers
135 views
Bluetooth app that works on multiple platforms
I am prototyping a bluetooth microcontroller. I need to be able to connect and read data from the bluetooth microcontroller with a pc, mac, iphone and android. I it possible to write one app that will ...
1
vote
1answer
119 views
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 ...
2
votes
1answer
101 views
Patterns to refactor common code in multi-platform software
I have a Django application and a PyQt application that share a lot of code. A big chunk of the PyQt application are copied verbatim from the Django application's views. As this is a game, I have ...
5
votes
2answers
3k views
What are the differences between AppMobi and PhoneGap?
I am new to the cross platform application development. I came across the very similar cross platform frameworks AppMobi and PhoneGap.
I want to know
Is there any differences between apk/ipa ...
1
vote
1answer
248 views
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 are projects created when they have to work across many OS'es? Is it first created on one OS and then the ...
4
votes
1answer
437 views
JavaFX 2.0 vs Qt for cross platform stand-alone application [closed]
I need a bit of advice from you developers who deal with cross-platform applications (specifically programs with a GUI).
I will be creating an application soon that needs to be cross-platform and so ...